文档
测试

增加科室

POST
http://localhost:8089/his/Dep/insert.do?deptcode=AQQGKS&deptname=爱情情感科室&deptcategoryid=12&depttype=1

接口描述

增加一个科室

请求参数

参数名
类型
描述
必填
deptcode
String
科室简写
必填
deptname
String
科室名称
必填
deptcategoryid
Integer
科室分类
必填
depttype
Integer
科室类型
必填

响应参数

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

失败的返回示例

成功的返回数据

{ "status": 200, "msg": "插入成功", "success": true }