GET api/ShopComm?shopid={shopid}&pageIndex={pageIndex}&pageSize={pageSize}
小区列表
请求信息
URI 参数
| 参数 | 参数描述 | 类型 | 其它信息 |
|---|---|---|---|
| shopid |
登录店 |
string |
Required |
| pageIndex |
页 |
integer |
Required |
| pageSize |
页长度 |
integer |
Required |
Body 参数
None.
响应信息
响应描述
小区列表
Collection of cShopComm| 参数 | 参数描述 | 类型 | 其它信息 |
|---|---|---|---|
| commid | integer |
None. |
|
| commnm | string |
None. |
|
| address | string |
None. |
|
| freid | integer |
None. |
|
| frename | string |
None. |
|
| ftypeid | string |
None. |
|
| fredata | string |
None. |
|
| latitude | decimal number |
None. |
|
| longitude | decimal number |
None. |
|
| dist | decimal number |
None. |
|
| shopid | string |
None. |
响应格式
application/json, text/json
Sample:
[
{
"_Commid": 1,
"_Commnm": "sample string 2",
"_Address": "sample string 3",
"_Freid": 4,
"_Frename": "sample string 5",
"_Ftypenm": "同城配送",
"_Fredata": "sample string 7",
"_Latitude": 8.0,
"_Longitude": 9.0,
"_Dist": 10.0,
"_ShopID": "sample string 11"
},
{
"_Commid": 1,
"_Commnm": "sample string 2",
"_Address": "sample string 3",
"_Freid": 4,
"_Frename": "sample string 5",
"_Ftypenm": "同城配送",
"_Fredata": "sample string 7",
"_Latitude": 8.0,
"_Longitude": 9.0,
"_Dist": 10.0,
"_ShopID": "sample string 11"
}
]
text/html
Sample:
[{"_Commid":1,"_Commnm":"sample string 2","_Address":"sample string 3","_Freid":4,"_Frename":"sample string 5","_Ftypenm":"同城配送","_Fredata":"sample string 7","_Latitude":8.0,"_Longitude":9.0,"_Dist":10.0,"_ShopID":"sample string 11"},{"_Commid":1,"_Commnm":"sample string 2","_Address":"sample string 3","_Freid":4,"_Frename":"sample string 5","_Ftypenm":"同城配送","_Fredata":"sample string 7","_Latitude":8.0,"_Longitude":9.0,"_Dist":10.0,"_ShopID":"sample string 11"}]