GET api/User/ShopApplyList?shopid={shopid}&status={status}&pageIndex={pageIndex}&pageSize={pageSize}
“ShopApplyList”的文档。
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
shopid | “shopid”的文档。 |
Define this parameter in the request URI. |
status | “status”的文档。 |
Define this parameter in the request URI. |
pageIndex | “pageIndex”的文档。 |
Define this parameter in the request URI. |
pageSize | “pageSize”的文档。 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "Items": [ { "Id": 1, "Name": "sample string 2", "Mobile": "sample string 3", "ShopName": "sample string 4", "Status": "sample string 5", "HeadImgUrl": "sample string 6" }, { "Id": 1, "Name": "sample string 2", "Mobile": "sample string 3", "ShopName": "sample string 4", "Status": "sample string 5", "HeadImgUrl": "sample string 6" }, { "Id": 1, "Name": "sample string 2", "Mobile": "sample string 3", "ShopName": "sample string 4", "Status": "sample string 5", "HeadImgUrl": "sample string 6" } ], "PageIndex": 1, "PageSize": 2, "PageTotal": 3 }
application/xml, text/xml
Sample:
<UserShopBindApplyListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaiShengShi.Models"> <Items> <UserShopBindApplyModel> <HeadImgUrl>sample string 6</HeadImgUrl> <Id>1</Id> <Mobile>sample string 3</Mobile> <Name>sample string 2</Name> <ShopName>sample string 4</ShopName> <Status>sample string 5</Status> </UserShopBindApplyModel> <UserShopBindApplyModel> <HeadImgUrl>sample string 6</HeadImgUrl> <Id>1</Id> <Mobile>sample string 3</Mobile> <Name>sample string 2</Name> <ShopName>sample string 4</ShopName> <Status>sample string 5</Status> </UserShopBindApplyModel> <UserShopBindApplyModel> <HeadImgUrl>sample string 6</HeadImgUrl> <Id>1</Id> <Mobile>sample string 3</Mobile> <Name>sample string 2</Name> <ShopName>sample string 4</ShopName> <Status>sample string 5</Status> </UserShopBindApplyModel> </Items> <PageIndex>1</PageIndex> <PageSize>2</PageSize> <PageTotal>3</PageTotal> </UserShopBindApplyListModel>