- 获取门店列表
接口
POST https://open.jisuapp.cn/business/Store/GetAppStoreList
请求参数说明
Content-Type: application/x-www-form-urlencoded
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
access_token | string | Y | 用户授权的唯一票据 |
page | int | Y | 分类 页码 -1全部 |
page_size | int | Y | 分类 条数 |
返回参数
参数 | 类型 | 说明 | |
---|---|---|---|
status | int | 状态码 0成功 1失败 | |
is_more | int | 是否还有下一页 1有 0没有 | |
current_page | int | 当前页数 | |
count | int | 总条数 | |
total_page | int | 总页数 | |
data | array | 门店 |
参数返回示例
{
"status": 0,
"data": [
{
"id": "245",
"contact_name": "芒果",
"contact_phone": "11235411232",
"title": "国外地址门店",
"logo": "https://img.zhichiwangluo.com/zcimgdir/thumb/t_15270454535b04dd4d0d994.png",
"industry_type": "115",
"region": "2150",
"country_region_id": "1",
"address_detail": "腾讯大厦",
"longitude": "113.934528",
"latitude": "22.540503",
"store_desc": "芒果",
"service_phone": "07552325452",
"app_id": "GumaC311tx",
"transport_id": "0",
"status": "1",
"add_time": "1547038570",
"form_data": null,
"update_time": "1563175708",
"user_token": "648f995c1ca51dea34170ac21a7ef4f7",
"region_data": {
"region_string": "中国 广东省 深圳市 南山区 ",
"region_ids": [
"19",
"233",
"2150"
],
"region_names": {
"country": "中国",
"province": "广东省",
"city": "深圳市",
"district": "南山区"
},
"country_region_id": 1
},
"app_store_id": "245",
"industry_type_name": "生活服务-其他",
"industry_type_arr": [
"103",
"115"
]
}
],
"is_more": 1,
"current_page": 1,
"count": "40",
"total_page": 4
}