简要描述:
- 区域分红佣金接口
请求域名:
- http://test.yunzshop.com
请求URL:
GET: plugin.area-dividend.api.area-dividend.get-store
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|
返回示例:
正确时返回:
{
"result": 1,
"msg": "获取数据成功",
"data": [
{
"store_name": "bc的门店",
"id": 1,
"thumb": "http://dev3.yunzshop.com/attachment/images/3/2017/08/GRSI9Jj8Hgf42i2g64l568iIgOiGwW.jpg",
"province_id": 110000,
"city_id": 110100,
"district_id": 110101,
"street_id": 110101001,
"uid": 5,
"nickname": "Nuyoah",
"full_address": "北京 北京市 东城区 东华门街道 ",
"dispatch": null,
"average_score": 5,
"order_total": 150,
"validity_status_name": "入驻中",
"change_thumb": "http://dev3.yunzshop.com/attachment/images/3/2017/08/GRSI9Jj8Hgf42i2g64l568iIgOiGwW.jpg"
}
]
}
错误时返回:
{
"result":0,
"msg":"未检测到数据!",
"data": {
}
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
store_name | string | 门店名称 |
full_address | string | 门店地址 |
thumb | string | 门店图片 |
nickname | string | 店长昵称 |
备注:
- 更多返回错误代码请看首页的错误代码描述