GET api/Decoration/GetDecorationCompaniesByPage?pageSize={pageSize}&pageNumber={pageNumber}
后台 - 获取装修公司列表页(带分页)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pageSize |
每页大小 |
integer |
Required |
| pageNumber |
页码 |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
后台 - 获取装修公司列表页(带分页)
PagedOfDecoCompanyListDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of DecoCompanyListDto |
None. |
|
| TotalRecord | integer |
None. |
|
| TotalPage | integer |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<PagedOfDecoCompanyListDtottFN2Y3c xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Infrastructure.Pages">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mh.House.Service.Dto.Decoration">
<d2p1:DecoCompanyListDto>
<d2p1:Address>sample string 4</d2p1:Address>
<d2p1:Breif>sample string 5</d2p1:Breif>
<d2p1:CaseCount>8</d2p1:CaseCount>
<d2p1:CompanyId>1</d2p1:CompanyId>
<d2p1:CompanyName>sample string 3</d2p1:CompanyName>
<d2p1:DiduanId>12</d2p1:DiduanId>
<d2p1:IntOrder>14</d2p1:IntOrder>
<d2p1:IsSuggested>true</d2p1:IsSuggested>
<d2p1:Location_X>9.1</d2p1:Location_X>
<d2p1:Location_Y>10.1</d2p1:Location_Y>
<d2p1:LogoFileUrl>sample string 2</d2p1:LogoFileUrl>
<d2p1:NewestCaseId>13</d2p1:NewestCaseId>
<d2p1:Order>15</d2p1:Order>
<d2p1:PhoneNumber>sample string 6</d2p1:PhoneNumber>
<d2p1:QuyuId>11</d2p1:QuyuId>
<d2p1:Wechat>sample string 7</d2p1:Wechat>
</d2p1:DecoCompanyListDto>
<d2p1:DecoCompanyListDto>
<d2p1:Address>sample string 4</d2p1:Address>
<d2p1:Breif>sample string 5</d2p1:Breif>
<d2p1:CaseCount>8</d2p1:CaseCount>
<d2p1:CompanyId>1</d2p1:CompanyId>
<d2p1:CompanyName>sample string 3</d2p1:CompanyName>
<d2p1:DiduanId>12</d2p1:DiduanId>
<d2p1:IntOrder>14</d2p1:IntOrder>
<d2p1:IsSuggested>true</d2p1:IsSuggested>
<d2p1:Location_X>9.1</d2p1:Location_X>
<d2p1:Location_Y>10.1</d2p1:Location_Y>
<d2p1:LogoFileUrl>sample string 2</d2p1:LogoFileUrl>
<d2p1:NewestCaseId>13</d2p1:NewestCaseId>
<d2p1:Order>15</d2p1:Order>
<d2p1:PhoneNumber>sample string 6</d2p1:PhoneNumber>
<d2p1:QuyuId>11</d2p1:QuyuId>
<d2p1:Wechat>sample string 7</d2p1:Wechat>
</d2p1:DecoCompanyListDto>
</Data>
<TotalPage>2</TotalPage>
<TotalRecord>1</TotalRecord>
</PagedOfDecoCompanyListDtottFN2Y3c>