简要描述:
- 通过门店ID获取门店的商品分类
请求URL:
GET/plugin.store-cashier.frontend.store.get-store-info.get-info-by-store-id
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
store_id | 是 | int | 门店ID |
返回示例:
正确时返回:
{
result: 1,
msg: "成功",
data: {
store_id: 5,
store_thumb: "http://dev3.yunzshop.com/attachment/images/3/2017/08/GRSI9Jj8Hgf42i2g64l568iIgOiGwW.jpg",
store_barnner_thumb: "",
store_name: "111",
dispatch: "支持快递、自提、核销",
dispatch_type: [
"1",
"2",
"3"
],
delivery_information: "1",
affiche: "111111",
comment: {
average_score: 0,
comment_total: 0,
new_comment: null
},
goods_total: 3,
order_count: 0,
business_hours: "00:00-18:30",
store_address: "广东省 广州市 白云区 机场路1600号",
store_mobile: "15212345678",
store_introduce: "111",
lng: "116.599171",
lat: "40.063531"
}
}
错误时返回:
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
store_id | int | 门店ID |
store_thumb | string | 门店图片 |
store_name | string | 门店名称 |
dispatch | string | 配送方式 |
comment-> average_score | flost | 平均评分 |
comment-> comment_total | int | 评论总数 |
comment-> new_comment | array | 最新评论 |
goods_total | int | 门店商品总数 |
order_count | int | 上个月订单数量 |
business_hours | string | 营业时间 |
store_address | string | 门店地址 |
store_mobile | string | 门店电话 |
delivery_information | int | 是否需要填写提货人信息 |
备注:
- 更多返回错误代码请看首页的错误代码描述