文档
测试

物流渠道

POST
/v1/order/logisticsChannel

请求参数

参数名
类型
描述
必填
id
String
订单id
必填

响应参数

参数名
类型
描述
必填
code
number
响应码
必填
msg
String
提示信息
必填
data
Obect
物流渠道数据列表
必填

说明 / 示例

```js { "code": 1, "msg": "成功", "data": { "list": [ { "aging": "0-0" "channelName": "洋桃代发渠道" "channelType": "代发" "deliveryWarehouse": "洋桃-代发仓" "expectFreight": 8 "expectGross": 8.1113392225 "expectGrossRate": 48 "operation": true "status": "可达" "stock": 946 "totalSales": 1949.441 },{ "aging": "0-0" "channelName": "洋桃代发渠道" "channelType": "代发" "deliveryWarehouse": "洋桃-代发仓" "expectFreight": 6 "expectGross": 8.8537 "expectGrossRate": 19 "operation": true "status": "可达" "stock": 362 "totalSales": 5858.333202 } ] } } ```