文档
测试

首页数据

GET
{{url_log}}/data/count/index

请求参数

参数名
类型
描述
必填
timeStart
int
开始时间戳
必填
timeEnd
int
结束时间戳
必填

响应数据

```json { "errorCode":0, "msgType":1, "result":{ { "doctorNum": 0, // 医生总数 "startUpNum": 0, // 开机医生数 "activityNum": 0, // 活跃医生数 "prescriptionNum": 0, // 开方数 "prescriptionMoney": 20.22, // 开方总额 "hourStartUpNumList": [ // 医生开机时间段,折线图时间段数组7个时间段, 7-9 9-12 12-14 14-16 16-18 18-20 20-7 1, // 7-9点: 次数 2, 3, 4, 2, 3, 4 ], "hourActivityNumList": [ // 医生辩证、开方时间,折线图时间段数组7个时间段, 7-9 9-12 12-14 14-16 16-18 18-20 20-7 2, 2, 3, 4, 2, 3, 4 ] } } ```