GET StoreFavData?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,
"StoreInfo_Title": "sample string 2",
"StoreInfo_MainImg": "sample string 3",
"StoreInfo_Area": "sample string 4",
"StoreInfo_Type": "sample string 5",
"Store_Circle": "sample string 6",
"Store_MonthlyRent": "sample string 7",
"Store_DailyRent": "sample string 8",
"Store_TransferFee": "sample string 9",
"Store_Prove": "sample string 10",
"Store_City": "sample string 11",
"Store_County": "sample string 12",
"Store_Address": "sample string 13",
"Store_State": "sample string 14",
"Store_Suitable": "sample string 15",
"Store_Postionlat": "sample string 16",
"Store_Postionlng": "sample string 17",
"Store_LeaseTerm": "sample string 18",
"Store_PaymentMethod": "sample string 19",
"Store_Contacter": "sample string 20",
"Store_Conteact_Tel": "sample string 21",
"Store_Flag": "sample string 22",
"Store_Verified": "sample string 23",
"Store_Remark_Info": "sample string 24",
"Store_CollectDate": "sample string 25",
"isFav": 26
},
{
"id": 1,
"StoreInfo_Title": "sample string 2",
"StoreInfo_MainImg": "sample string 3",
"StoreInfo_Area": "sample string 4",
"StoreInfo_Type": "sample string 5",
"Store_Circle": "sample string 6",
"Store_MonthlyRent": "sample string 7",
"Store_DailyRent": "sample string 8",
"Store_TransferFee": "sample string 9",
"Store_Prove": "sample string 10",
"Store_City": "sample string 11",
"Store_County": "sample string 12",
"Store_Address": "sample string 13",
"Store_State": "sample string 14",
"Store_Suitable": "sample string 15",
"Store_Postionlat": "sample string 16",
"Store_Postionlng": "sample string 17",
"Store_LeaseTerm": "sample string 18",
"Store_PaymentMethod": "sample string 19",
"Store_Contacter": "sample string 20",
"Store_Conteact_Tel": "sample string 21",
"Store_Flag": "sample string 22",
"Store_Verified": "sample string 23",
"Store_Remark_Info": "sample string 24",
"Store_CollectDate": "sample string 25",
"isFav": 26
},
{
"id": 1,
"StoreInfo_Title": "sample string 2",
"StoreInfo_MainImg": "sample string 3",
"StoreInfo_Area": "sample string 4",
"StoreInfo_Type": "sample string 5",
"Store_Circle": "sample string 6",
"Store_MonthlyRent": "sample string 7",
"Store_DailyRent": "sample string 8",
"Store_TransferFee": "sample string 9",
"Store_Prove": "sample string 10",
"Store_City": "sample string 11",
"Store_County": "sample string 12",
"Store_Address": "sample string 13",
"Store_State": "sample string 14",
"Store_Suitable": "sample string 15",
"Store_Postionlat": "sample string 16",
"Store_Postionlng": "sample string 17",
"Store_LeaseTerm": "sample string 18",
"Store_PaymentMethod": "sample string 19",
"Store_Contacter": "sample string 20",
"Store_Conteact_Tel": "sample string 21",
"Store_Flag": "sample string 22",
"Store_Verified": "sample string 23",
"Store_Remark_Info": "sample string 24",
"Store_CollectDate": "sample string 25",
"isFav": 26
}
],
"Count": 3
}