文档
测试

增加科室

POST
http://localhost:8089/his/dep/insert.do?deptcode=wkzhk&deptname=网课综合科&deptcategoryid=16&depttype=2

接口描述

新增一个科室

请求参数

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

响应参数

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

说明 / 示例

{"status":200,"data":"插入成功"}

失败

{"status":100,"data":"插入失败"}