文档
测试

修改科室

GET
http://localhost:8089/his/dep/update.do?deptcode=ZMFJK&deptname=周末放假科&deptcategoryid=18&depttype=1&id=140

接口描述

修改科室数据

请求参数

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

响应参数

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

说明 / 示例

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