文档
测试

修改科室

POST
http://localhost:8089/his/dep/update.do?deptcode=shoiowi&deptname=时候hi哦好的晴涵&deptcategoryid=18&depttype=1&id=139

请求参数

参数名
类型
描述
必填
deptcode
String
科室编号
必填
deptname
String
科室名称
必填
deptcategoryid
Integer
科室分类
必填
depttype
Integer
科室类型
必填
id
Integer
id
必填

响应参数

参数名
类型
描述
必填
status
Integer
状态码
必填
msg
String
用户名
可选
data
String
数据
可选

成功返回实例

ResponseCode{status=200, msg='null', data=User{id=5, username='dhh', upassword='123', phonenumber=0}}

失败返回实例

ResponseCode{status=200, msg='null', data=用户注册失败}