简要描述:
-门店独立模板--当前访问的门店信息
请求域名:
- http://xx.com
请求URL:
plugin.store-alone-temp.frontend.home.get-store
请求参数说明:
参数名 | 类型 | 是否必需 | 说明 |
---|
返回示例:
正确时返回:
{
"result": 1,
"msg": "ok",
"data": {
"store": {
"id": 4,
"store_name": "18026357601",
"thumb": "https://shop-yunzshop-com.oss-cn-hangzhou.aliyuncs.com/images/1/2019/12/Ta4Kkzhqbbk0z235k3Hkkw56c922u4.jpg",
"province_id": 440000,
"city_id": 440100,
"district_id": 440111,
"street_id": 440111005,
"address": "18026357601",
"average_score": 4,
"province_name": "广东省",
"city_name": "广州市",
"district_name": "白云区",
"street_name": ""
}
}
}
返回参数说明:store_info(门店信息数据)
参数名 | 类型 | 说明 | |
---|---|---|---|
id | int | ||
store_name | int | 门店名称 | |
thumb | int | 门店图片 | |
privince_name | string | 省 | |
city_name | array | 市 | |
district_name | string | 区 | |
address | string | 详细地址 | |
average_score | int | 门店星级 0-默认五星 |
错误时返回:
{
"result": 0,
"msg": "请登录",
"data": []
}