文档
测试

医生接受预约

POST
http://localhost:8083/doctor/acceptAppointment

接口描述

医生接受预约接口

请求参数

参数名
类型
描述
必填
id
int
医生id,示例:7
必填
accountName
String
医生用户名,示例:医生5号
必填

响应参数

参数名
类型
描述
必填
code
int
成功则返回200,队列无预约则返回20010
必填
msg
String
成功则返回"success",否则返回”队列无预约“
必填
data
object
数据字典
必填
user
object
数据字典
必填
id
int
示例:1
必填
accountName
string
示例:病人99号
必填
password
object
示例:null
必填
salt
object
示例:null
必填
phone
string
示例:null
必填
idCard
string
示例:null
必填
roleId
string
示例:null
必填
creatorId
object
示例:null
必填
creatorName
string
示例:null
必填
createTime
string
示例:null
必填
updateTime
string
示例:null
必填
endTime
object
示例:null
必填
patientInfo
object
示例:null
必填
doctorInfo
object
示例:null
必填
chemistInfo
object
示例:null
必填
realname
string
示例:null
必填