更新配送商门店信息
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
deliveryStoreUpdateReq | DeliveryStoreUpdateReq | 必须 | 门店更新对象 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
success | Boolean | false | 是否更新配送门店信息成功 |
code | String | A00001 | 错误码 |
message | String | 系统异常 | 错误说明 |
1 | {"deliveryStoreUpdateReq":{"storeContactPhone":"13310101829","operateId":"414214811001001","storeAddress":"xx省xx市xx区xx街道xx单元","storeLat":"120.13","storeContactName":"张三","storeName":"配送门店001","storeLng":"120.13","categoryId":"16001","stationId":"Station001"}} |
1 2 3 4 5 | { "success":false, "code":"A00001", "message":"系统异常" } |
1 | {"code":"sign-check-failure","success":"false","message":"Illegal request"} |
错误码 | 错误描述 | 解决方案 |
---|