接口描述:

  • 修改商户门店

接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 庞晓宇 2019-08-26 2019-08-26

请求URL:

  • 商户接口URL/api/store/update

请求方式:

  • POST

请求参数:

参数名 是否必须 类型 说明
storeId string 门店ID
storeNo string 门店编号
storeName string 门店名称
status int 状态:0-暂停营业,1-正常营业
province string 所在省
city string 所在市
area string 县/地区
detailAddress string 具体位置
lot string 经度
lat string 纬度
peopleNumber string 门店人数
tel string 门店电话
remark string 备注
storeImgPath string 门店图片, 本地相对路径

返回参数说明:

参数名 类型 说明
code int 0
msg string success

返回示例:

{
  "code": 0,
  "msg": "success"
}
文档更新时间: 2021-10-25 18:07   作者:刘正阳