文档
测试

配送中所有订单信息

POST
http://www.lqs-express.com/api/order/getRiderOrdersLocation

请求头

参数名
类型
描述
必填
XX-Device-Type
string
设备类型
必填
XX-Token
string
唯一标识
必填

请求参数

参数名
类型
描述
必填
rider_id
int
骑手id
必填

响应参数

参数名
类型
描述
必填
code
int
请求结果 1-成功 0-失败
必填

说明 / 示例

{ "code": 1, "msg": "获取成功", "data": { "list": [ { "id": 8, "source": "商家自有", "source_id": 3, "service_time": "17:39", "customer_name": "李思", "customer_mobile": "18323276041", "customer_address": "重庆市渝北区景馨苑", "customer_plate": "3楼", "customer_cnate": "106.599258,29.727311", "status": 2, "times_type": 2, "times": "超时2702分钟" }, { "id": 9, "source": "商家自有", "source_id": 4, "service_time": "10:28", "customer_name": "贺俊杰", "customer_mobile": "18323276011", "customer_address": "重庆市渝北区景馨苑", "customer_plate": "2楼", "customer_cnate": "106.518348,29.579666", "status": 2, "times_type": 2, "times": "超时1692分钟" }, { "id": 10, "source": "商家自有", "source_id": 5, "service_time": "15:14", "customer_name": "贺俊杰", "customer_mobile": "18323276014", "customer_address": "重庆市渝北区景馨苑", "customer_plate": "一楼", "customer_cnate": "106.518348,29.579666", "status": 2, "times_type": 1, "times": "剩余34分钟" } ] } }