简要描述:
请求域名:
- http://xx.com
请求URL:
GET/plugin.store-cashier.admin.store-manage.edit-store-post
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
id | 是 | int | 门店id |
store_name | 是 | int | 门店名称 |
thumb | 是 | string | 门店logo |
banner_thumb | 是 | string | 门店banner图 |
category_id | 是 | string | 分类id |
province_id | 是 | string | 省id |
city_id | 是 | string | 市id |
district_id | 是 | string | 区id |
street_id | 是 | string | 街道id |
address | 是 | string | 详细地址 |
lng | 是 | string | 经度 |
lat | 是 | string | 纬度 |
mobile | 是 | string | 店铺电话 |
store_introduce | 是 | string | 门店介绍 |
business_hours_start | 是 | string | 营业时间起 |
business_hours_end | 是 | string | 营业时间止 |
aptitude_imgs | 是 | array | 资质 |
affiche | 是 | string | 公告 |
boss_uid | 是 | int | 连锁店老板id |
uid | 是 | int | 门店店长id |
operating_state | 是 | int | 经营状态,0经营,1休息 |
dispatch_type | 是 | array | 配送方式 |
salers | 是 | array | 通知人 |
information | 是 | string | 门店详情 |
返回示例:
正确时返回:
{
"result": 1,
"msg": "",
"data": []
}
错误时返回:
{
"result": 0,
"msg": "错误信息",
"data": []
}
返回参数说明:
参数名 | 类型 | 说明 |
---|
备注:
- 更多返回错误代码请看首页的错误代码描述