文档
测试

管理员统计骑手/门店详情页信息接口

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

请求头

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

请求参数

参数名
类型
描述
必填
id
int
门店id/骑手id
必填
startTime
string
搜索开始时间
必填
endTime
string
搜索结束时间
必填
type
int
类别 1-门店分类 2-骑手分类
必填

响应参数

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

说明 / 示例

{ "code": 1, "msg": "请求成功!", "data": { "totals": { "totals": 1, "prices": "49.00" }, "store_orders": [ { "times": "2020-04-01", "order_total": 0, "order_finish": 0, "order_cancel": 0, "order_prices": 0 }, { "times": "2020-04-02", "order_total": 0, "order_finish": 0, "order_cancel": 0, "order_prices": 0 }, { "times": "2020-04-03", "order_total": 0, "order_finish": 0, "order_cancel": 0, "order_prices": 0 }, { "times": "2020-04-04", "order_total": 0, "order_finish": 0, "order_cancel": 0, "order_prices": 0 }, { "times": "2020-04-05", "order_total": 0, "order_finish": 0, "order_cancel": 0, "order_prices": 0 }, { "times": "2020-04-06", "order_total": 0, "order_finish": 0, "order_cancel": 0, "order_prices": 0 }, { "times": "2020-04-07", "order_total": 0, "order_finish": 0, "order_cancel": 0, "order_prices": 0 }, { "times": "2020-04-08", "order_total": 0, "order_finish": 0, "order_cancel": 0, "order_prices": 0 }, { "times": "2020-04-09", "order_total": 0, "order_finish": 0, "order_cancel": 0, "order_prices": 0 }, { "times": "2020-04-10", "order_total": 0, "order_finish": 0, "order_cancel": 0, "order_prices": 0 }, { "times": "2020-04-11", "order_total": 0, "order_finish": 0, "order_cancel": 0, "order_prices": 0 }, { "times": "2020-04-12", "order_total": 0, "order_finish": 0, "order_cancel": 0, "order_prices": 0 }, { "times": "2020-04-13", "order_total": 0, "order_finish": 0, "order_cancel": 0, "order_prices": 0 }, { "times": "2020-04-14", "order_total": 0, "order_finish": 0, "order_cancel": 0, "order_prices": 0 }, { "times": "2020-04-15", "order_total": 0, "order_finish": 0, "order_cancel": 0, "order_prices": 0 }, { "times": "2020-04-16", "order_total": 0, "order_finish": 0, "order_cancel": 0, "order_prices": 0 }, { "times": "2020-04-17", "order_total": 0, "order_finish": 0, "order_cancel": 0, "order_prices": 0 }, { "times": "2020-04-18", "order_total": 0, "order_finish": 0, "order_cancel": 0, "order_prices": 0 }, { "times": "2020-04-19", "order_total": 0, "order_finish": 0, "order_cancel": 0, "order_prices": 0 }, { "times": "2020-04-20", "order_total": 1, "order_finish": 0, "order_cancel": 0, "order_prices": 0 }, { "times": "2020-04-21", "order_total": 0, "order_finish": 0, "order_cancel": 0, "order_prices": 0 }, { "times": "2020-04-22", "order_total": 0, "order_finish": 0, "order_cancel": 0, "order_prices": 0 }, { "times": "2020-04-23", "order_total": 0, "order_finish": 0, "order_cancel": 0, "order_prices": 0 } ] } }