医生推迟预约
POST
http://localhost:8083/doctor/delayAppointment
接口描述
医生推迟预约接口
请求参数
参数名
类型
描述
必填
id
int
示例:7
必填
accountName
string
示例:医生5号
必填
响应参数
参数名
类型
描述
必填
code
int
成功则返回200
必填
msg
String
成功则返回"success"
必填