文档
测试

更新科室

GET
http://localhost:8089/his/dep/update.do

接口描述

根据id更新数据

请求参数

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

响应参数

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

成功示例

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

失败示例

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