文档
测试

统计某一医生的待接诊数

GET
http://localhost:18088/san-think/flowDoctor/countFlow?doctorId=26

请求头

参数名
类型
描述
必填
doctorId
string
示例:
必填

请求参数

参数名
类型
描述
必填
doctorId
int
示例:26
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:操作成功
必填
code
int
示例:200
必填
data
int
示例:1 统计数
必填