文档
测试

修改医生信息

POST
http://localhost:8080/doctor/update

接口描述

修改医生信息

请求参数

参数名
类型
描述
必填
doctorId
Integer
医生编号
必填
doctorName
String
医生姓名
必填
doctorDepartment
String
医生科室
必填
doctorSex
String
医生性别
必填
doctorAge
String
医生年龄
必填
doctorPosition
String
医生职位
必填
doctorPhone
String
医生电话
必填
doctorSpeciality
String
医生专长
必填
doctorAchievement
String
医生学术成就
必填