医生信息查询(指定字段查询)
GET
http://localhost:8080/doctor/con
接口描述
通过传入条件字段进行查询,与申请表根据输入条件查询一样,任一字段,或则任意字段组合都可以
请求参数
参数名
类型
描述
必填
doctorId
int
医生编号,必填
必填
doctorName
string
姓名
可选
doctorDepartment
string
科室
可选
doctorTitle
string
职称
可选
isOnline
boolean
在线状态
可选
phoneNumber
string
电话
可选
gender
boolean
性别
可选
joinDate
string
入职时间
可选
doctorBirthday
string
生日
可选
响应参数
参数名
类型
描述
必填
doctorId
int
必填
doctorName
string
必填
doctorDepartment
string
必填
doctorTitle
string
必填
isOnline
boolean
必填
phoneNumber
string
必填
gender
boolean
必填
joinDate
string
必填
doctorBirthday
string
必填