GET StoreData?pageindex={pageindex}&pagesize={pagesize}&provice={provice}&city={city}&county={county}&country={country}&store_circle={store_circle}&address={address}&storetype={storetype}&area={area}&rent={rent}&keywords={keywords}&userid={userid}

“Get”的文档。

Request Information

Parameters

NameDescriptionAdditional information
pageindex
“pageindex”的文档。

Define this parameter in the request URI.

pagesize
“pagesize”的文档。

Define this parameter in the request URI.

provice
“provice”的文档。

Define this parameter in the request URI.

city
“city”的文档。

Define this parameter in the request URI.

county
“county”的文档。

Define this parameter in the request URI.

country
“country”的文档。

Define this parameter in the request URI.

store_circle
“store_circle”的文档。

Define this parameter in the request URI.

address
“address”的文档。

Define this parameter in the request URI.

storetype
“storetype”的文档。

Define this parameter in the request URI.

area
“area”的文档。

Define this parameter in the request URI.

rent
“rent”的文档。

Define this parameter in the request URI.

keywords
“keywords”的文档。

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
}