文档
测试

数据统计 001 按组合统计数据

POST
http://www.lqs-express.com/api/work/dataStatistic

请求头

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

请求参数

参数名
类型
描述
必填
id
int
选传 组合id
必填
startTime
string
选传 搜索开始时间
必填
endTime
string
选传 搜索结束时间
必填

说明 / 示例

{ "code": 1, "msg": "请求成功!", "data": { "orderTotal": {//总订单信息 "orderNum": 0, "orderPrice": 0, "fee": 0 }, "orderFinish": {//送达订单信息 "orderNum": 0, "orderPrice": 0 }, "orderOvertime": {//超时订单信息 "orderNum": 0, "orderPrice": 0 }, "orderMt": {//美团订单信息 "orderNum": 0, "orderPrice": 0 }, "orderElm": {//饿了么订单信息 "orderNum": 0, "orderPrice": 0 }, "orderThree": {//其它订单信息 "orderNum": 0, "orderPrice": 0 }, "orderRider": {//龙骑士完成订单信息 "orderNum": 0, "orderPrice": 0 }, "orderCancel": {//关闭订单信息 "orderNum": 0, "orderPrice": 0 }, "orderPlatform": {//三方完成订单信息 "orderNum": 0, "orderPrice": 0, "price": 0, "fee": 0 }, "userData": { "storeTotal": 1, "riderTotal": 24, "commission": 0 } } }