文档
测试

医生预约信息

POST
wncrm_appointment_scheduling/doctor_appointment_informantion

请求参数

参数名
类型
描述
必填
timeIntervalStart
string
查询日期 选填,不填默认查询今天
必填

响应参数

参数名
类型
描述
必填
doctorAppointmentCount
string
接诊人数
必填
doctorAppointmentTime
int
是否可以约(1:还能继续,-1:不可继续)
必填
doctorId
int
医生id
必填
doctorName
string
医生名
必填

请求示例

{ "timeIntervalStart":"2021-07-03" }

返回示例

{ "msg": "成功", "code": 200, "success": true, "data": [ { "doctorAppointmentCount": "1", "doctorAppointmentTime": 1, "doctorId": 846, "doctorName": "鲍医生" } ] }