首页数据获取
[TOC]
简要描述
- 首页数据获取
请求URL
http://xx.com/order/home
请求方式
- GET
返回示例
{
"msg": "成功",
"data": {
"orderCount": [{"name": "superposition", "count": 10},{"name": "promotion", "count": 10},{"name": "interconersion", "count": 10}],
"orderCountTop": {"x": ["张三"], "y": [1]},
"orderPrice": [{"name": "superposition", "count": 100},{"name": "promotion", "count": 90},{"name": "interconersion", "count": 80}],
"orderPriceTop": {"x":[1], "y": ["张三", "李四"]}
}
}
返回参数说明
参数名 | 类型 | 说明 |
---|---|---|
orderCount | list | 当日各类工单量 |
orderCountTop | json | 当日客户经理录单量排名 |
orderPrice | list | 当日各类工单价值 |
orderPriceTop | json | 当日客户经理价值贡献排行榜 |