简要描述:
- 店员端获取所属门店列表
请求URL:
POST/wapstore/addons/execute/addons/store/controller/wapstore/action/storeList
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
page_index | 是 | int | 页码 |
page_size | 否 | int | 每页数目 |
返回示例:
正确时返回:
{
"code": 1,
"message": "获取成功",
"data": {
"total_count": 3,
"page_count": 1,
"store_list": [
{
"store_id": 12,
"shop_id": 0,
"website_id": 26,
"store_name": "534",
"img_id_array": "1919",
"store_tel": "18819446718",
"province_id": 19,
"city_id": 215,
"district_id": 1700,
"address": "324234",
"lat": "28.68169",
"lng": "115.915421",
"status": 1,
"create_time": 1551513485,
"update_time": 1551513485,
"start_time": "15:57",
"finish_time": "22:09",
"score": null,
"store_img": "http://pic.vslai.com.cn/upload/26/common/9185f70388c03b9ea71f4c386d26e1fc.png"
},
{
"store_id": 13,
"shop_id": 0,
"website_id": 26,
"store_name": "534",
"img_id_array": "1919",
"store_tel": "18819446718",
"province_id": 19,
"city_id": 215,
"district_id": 1700,
"address": "324234",
"lat": "28.68169",
"lng": "115.915421",
"status": 1,
"create_time": 1551513485,
"update_time": 1551513485,
"start_time": "15:57",
"finish_time": "22:09",
"score": null,
"store_img": "http://pic.vslai.com.cn/upload/26/common/9185f70388c03b9ea71f4c386d26e1fc.png"
},
{
"store_id": 14,
"shop_id": 0,
"website_id": 26,
"store_name": "534",
"img_id_array": "1919",
"store_tel": "18819446718",
"province_id": 19,
"city_id": 215,
"district_id": 1700,
"address": "324234",
"lat": "28.68169",
"lng": "115.915421",
"status": 1,
"create_time": 1551513485,
"update_time": 1551513485,
"start_time": "15:57",
"finish_time": "22:09",
"score": null,
"store_img": "http://pic.vslai.com.cn/upload/26/common/9185f70388c03b9ea71f4c386d26e1fc.png"
}
]
}
}
参数名 | 类型 | 说明 |
---|---|---|
store_id | int | 门店id |
store_name | string | 门店名称 |
store_tel | string | 门店电话 |
province_name | string | 门店所在省 |
city_name | string | 门店所在市 |
dictrict_name | string | 门店所在区 |
store_img | string | 门店主图 |
address | string | 门店详细地址 |
lat | string | 纬度 |
lng | string | 经度 |
start_time | string | 开始营业时间 |
finish_time | string | 结束营业时间 |
shop_name | string | 店铺名称 |
score | int | 门店评分 |