文档
测试

统计详情页接口

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

请求头

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

请求参数

参数名
类型
描述
必填
store_id
int
门店id
必填
startTime
string
搜索开始时间
必填
endTime
string
搜索结束时间
必填

响应参数

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

说明 / 示例

{ "code": 1, "msg": "请求成功!", "data": { "totals": [ { "totals": 3, "prices": "122.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": 1, "order_finish": 1, "order_cancel": 0, "order_prices": 27 }, { "times": "2020-04-18", "order_total": 0, "order_finish": 0, "order_cancel": 0, "order_prices": 0 }, { "times": "2020-04-19", "order_total": 1, "order_finish": 1, "order_cancel": 0, "order_prices": 87 }, { "times": "2020-04-20", "order_total": 1, "order_finish": 0, "order_cancel": 0, "order_prices": 8 }, { "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 } ] } }