接口地址 /supplierApi/order/receive/updateOrderLogisticsInfo
请求方式 POST
consumes ["application/json"]
produces ["*/*"]
接口描述 更新平台订单物流信息(在供应商订单出库后)
请求参数
参数名称 | 说明 | 参数类型 | 是否必须 | 类型 | schema |
---|---|---|---|---|---|
a_token | header中a_token字段用于认证 | header | true | string | |
logisticsParam | logisticsParam | body | true | SupplierApiOrderLogisticsParam | SupplierApiOrderLogisticsParam |
schema属性说明
SupplierApiOrderLogisticsParam
参数名称 | 说明 | 参数类型 | 是否必须 | 类型 | schema |
---|---|---|---|---|---|
deliveryTime | 发货时间 | body | true | date-time | |
devId | 快递公司id | body | true | int32 | |
distributionCardNo | 快递单号 | body | true | string | |
subOrderNumber | 平台订单号 | body | true | string |
响应状态
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口统一返回«string» |
响应参数
参数名称 | 说明 | 类型 | schema |
---|---|---|---|
code | 接口返回码 | int32 | |
data | 接口返回数据 | string | |
message | 接口返回消息 | string |
响应示例
{
"code": 0,
"data": "",
"message": ""
}
作者:周宁 创建时间:2024-11-13 15:26
最后编辑:周宁 更新时间:2025-04-08 14:18
最后编辑:周宁 更新时间:2025-04-08 14:18