文档
测试

增加结算类别

GET
http://localhost:8089/his/set/insert.do

请求参数

参数名
类型
描述
必填
settlecode
String
类别编码
必填
settlename
String
类别名称
必填
sequenceno
Integer
显示顺序号
必填

响应参数

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

成功示例

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

失败示例

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