GET MyFavProjectShopApi?pageindex={pageindex}&pagesize={pagesize}&userid={userid}
“Get”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| pageindex | “pageindex”的文档。 |
Define this parameter in the request URI. |
| pagesize | “pagesize”的文档。 |
Define this parameter in the request URI. |
| userid | “userid”的文档。 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Code": 1,
"Message": "sample string 2",
"Data": [
{
"Id": 1,
"Name": "sample string 2",
"ImgUrl": "sample string 3",
"Province": "sample string 4",
"City": "sample string 5",
"Country": "sample string 6",
"ShopAreaBig": "sample string 7",
"ShopAreaSmall": "sample string 8",
"ShowArea": "sample string 9",
"SalesPrice": "sample string 10",
"ShopType": "sample string 11",
"UpdateTime": "sample string 12",
"Attention": "sample string 13",
"ShareUrl": "sample string 14",
"Lng": "sample string 15",
"Lat": "sample string 16"
},
{
"Id": 1,
"Name": "sample string 2",
"ImgUrl": "sample string 3",
"Province": "sample string 4",
"City": "sample string 5",
"Country": "sample string 6",
"ShopAreaBig": "sample string 7",
"ShopAreaSmall": "sample string 8",
"ShowArea": "sample string 9",
"SalesPrice": "sample string 10",
"ShopType": "sample string 11",
"UpdateTime": "sample string 12",
"Attention": "sample string 13",
"ShareUrl": "sample string 14",
"Lng": "sample string 15",
"Lat": "sample string 16"
},
{
"Id": 1,
"Name": "sample string 2",
"ImgUrl": "sample string 3",
"Province": "sample string 4",
"City": "sample string 5",
"Country": "sample string 6",
"ShopAreaBig": "sample string 7",
"ShopAreaSmall": "sample string 8",
"ShowArea": "sample string 9",
"SalesPrice": "sample string 10",
"ShopType": "sample string 11",
"UpdateTime": "sample string 12",
"Attention": "sample string 13",
"ShareUrl": "sample string 14",
"Lng": "sample string 15",
"Lat": "sample string 16"
}
],
"Count": 3
}