多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
**简要描述:** - 交易分析 **请求URL:** - `/shopapi/Statistics/workbench` **请求方式:** - GET **参数:** |参数名 |必选 |类型 |说明 | |:----- |:----- | :----- |:----- | **返回示例** ``` { "code": 1, "show": 0, "msg": "", "data": { "now": "2021-11-11 15:28:38", "shop_name": "大G数码集团", "order_num": 1, "order_amount": 149, "shop_user": 1, "echarts_order_amount": [ "0.00", "0.00", "0.00", "0.00", "0.00", "0.00", "0.00" ], "echarts_user_visit": [ 0, 0, 0, 0, 0, 0, 0 ], "dates": [ "11-04", "11-05", "11-06", "11-07", "11-08", "11-09", "11-10" ] } } ``` **返回参数** |参数名 |类型 |说明 | |:----- |:----- | :----- |:----- | | now| string| 当前时间| | shop_name| string| 商家名称| | order_num| int| 销售量| | order_amount| float| 销售金额| | shop_user| int| 进店人数| | echarts_order_amount_add| array| 营业额图表| | echarts_user_visit| array| 进店人数图表| | days| array| 时间|