简要描述:
- 统计医生完成数量 根据科室分组
接口版本:
| 版本号 | 制定人 | 制定日期 | 修订日期 |
|---|---|---|---|
| 3.1.0 | 朱小乾 | 2022-06-23 | - |
| 3.8.5 | 朱小乾 | 2023-08-15 | - |
请求URL:
- /api/mobileGuide/guideMain/GetDoctorFinish
请求方式:
- Post
请求头:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| Content-Type | 是 | string | 请求类型: application/json |
请求参数:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| startTime | 是 | datetime | 起始时间 |
| endTime | 是 | datetime | 结束时间 |
返回示例:
正确时返回:
{"code": 1,"message": "操作成功","data": [{"doctorId": 1022,"doctorName": "ysl","count": 1}]}
错误时返回:
{"code": 12,"message": " ","data": null}
返回参数说明:
| 参数名 | 类型 | 说明 |
|---|---|---|
| doctorId | int | 医生Id |
| doctorName | string | 医生名字 |
| count | int | 完成数量 |
| onlineMinutes | int | 在线时长 分钟 |
备注:
-
文档更新时间: 2023-08-15 16:39