文档
测试

更新科室

POST
http://localhost:8081/dep/

接口描述

更新科室

请求参数

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

响应参数

参数名
类型
描述
必填
status
Integer
状态码
必填
msg
String
状态信息
必填
data
String
数据
必填

成功的示例

{ "status": 200, "msg": "更新成功" }

失败的示例

{ "status": 100, "msg": "更新失败" }