简要描述:
- 门店首页
请求URL:
POST/wapapi/addons/execute/addons/store/controller/store/action/storeIndex
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
lng | 是 | string | 经度 |
lat | 是 | string | 纬度 |
store_id | 是 | int | 门店id |
返回示例:
正确时返回:
{
"code": 1,
"message": "获取成功",
"data": {
address: "越秀公园"
city_id: 45
city_name: "广州市"
create_time: 1565161271
distance: 4.72
district_id: 375
district_name: "越秀区"
finish_time: "20:00"
lat: "23.147387"
lng: "113.272422"
province_id: 8
province_name: "广东省"
score: 1
shop_id: 0
start_time: "00:00"
status: 1
store_id: 13
store_name: "越秀公园"
store_tel: "020-2135435"
update_time: 1565163584
website_id: 26
store_img[
https://vslai-com-cn.oss-cn-hangzhou.aliyuncs.com/upload/26/common/1561430601.jpg
]
}
}
参数名 | 类型 | 说明 |
---|---|---|
distance | float | 距离(km) |
store_id | int | 门店id |
store_name | string | 门店名称 |
store_tel | string | 门店电话 |
province_name | string | 门店所在省 |
city_name | string | 门店所在市 |
dictrict_name | string | 门店所在区 |
store_img | array | 门店图片 |
address | string | 门店详细地址 |
lat | string | 纬度 |
lng | string | 经度 |
start_time | string | 开始营业时间 |
finish_time | string | 结束营业时间 |
shop_name | string | 店铺名称 |
score | int | 门店评分 |