创建配送商门店
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| deliveryStoreCreateReq | DeliveryStoreCreateReq | 必须 | 调用入参对象 | ||
|
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| success | Boolean | false | 是否创建配送门店成功 |
| code | String | A00001 | 错误码 |
| message | String | 系统异常 | 错误说明 |
| data | DeliveryStoreCreateResp | 返回对象 | |
|
{"deliveryStoreCreateReq":{"deliveryMerchantCode":"DP001","area":"370481","storeType":"ONE_HOUR","town":"370481002","operateId":"3910141400001","city":"370400","storeLat":"120.13","storeContactName":"张三","storeContactPhone":"13310101829","storeAddress":"xx省xx市xx区xx街道xx单元","storeName":"配送门店名称","prov":"370000","storeLng":"120.13","categoryId":"16001","storeCode":"S001"}}
{
"success":false,
"code":"A00001",
"message":"系统异常",
"data":{
"stationId":"Station001",
"stationBeginTime":"08:00",
"stationEndTime":"24:00",
"extraServiceList":[
{
"extraServiceCode":"INSURED",
"extraServiceName":"贵品保价"
}
]
}
}
{"code":"sign-check-failure","success":"false","message":"Illegal request"}
| 错误码 | 错误描述 | 解决方案 |
|---|