文档
测试

运输中订单

GET
/api/logistics/v1/wx/warehouse/truck_loading

请求参数

参数名
类型
描述
必填
time
int
查询时间 (默认不填为全部) 1:今天 2:本周
必填
page
int
必填
limit
int
必填
province
必填
city
必填
district
必填
machant_name
商户名
必填

响应参数

参数名
类型
描述
必填
data
必填
order_id
必填
order_time
必填
merchant_name
必填
merchant_address
必填
payment
支付方式。1:现金 2:月结
必填
price
价格
必填
id
必填
error_code
必填

说明 / 示例

{ "data": { "list": [ { "id": 9, "order_id": "HF0000009", "order_price": 345, "region_id": 2, "order_time": "2020-01-04", "merchant_id": "3", "driver_id": 2, "car_id": 2, "order_status": 3, "payment": 1, "user_id": 1, "type": 1, "remark": "123123123234534rtys5ty4s", "status": 1, "merchant": "-", "merchant_address": "班庄1", "merchant_name": "商户111123" }, { "id": 24, "order_id": "HF0000024", "order_price": 100, "region_id": 2, "order_time": "2020-01-04", "merchant_id": "3", "driver_id": 2, "car_id": 2, "order_status": 3, "payment": 1, "user_id": 2, "type": 1, "remark": "123123123234534rtys5ty4s", "status": 1, "merchant": "-", "merchant_address": "班庄1", "merchant_name": "商户111123" } ], "count": 2 }, "error_code": 0, "error_message": "" }