文档
测试

增加结算类别

POST
http://localhost:8081/reg/insert.do?

请求参数

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

响应参数

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

成功的示例

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

失败的示例

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