感谢您的反馈!
查询配送商门店信息
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| stationId | String | 必须 | Station001 | 配送商门店ID |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| success | Boolean | true | 查询调用是否成功 |
| code | String | SUCCESS | 错误码 |
| message | String | 调用成功 | 错误说明 |
| data | DeliveryStoreQueryResp | 返回对象 | |
|
{"stationId":"Station001"}
{
"success":true,
"code":"SUCCESS",
"message":"调用成功",
"data":{
"stationId":"Station001",
"stationServiceStatus":"SUCCESS",
"stationName":"配送商门店名称",
"stationAddress":"xx省xx市xx区xx街道xx单元",
"stationLat":"120.13",
"stationLng":"120.13",
"stationContactName":"张三",
"stationContactPhone":"13310101829",
"stationBeginTime":"08:00",
"stationEndTime":"24:00",
"categoryId":"16001",
"extraServiceList":[
{
"extraServiceCode":"INSURED",
"extraServiceName":"贵品保价"
}
]
}
}
{"code":"sign-check-failure","success":"false","message":"Illegal request"}
| 错误码 | 错误描述 | 解决方案 |
|---|