文档
测试

新增/更新业务字典

POST
http://127.0.0.1/api/tang/dictBiz/submit

请求参数

参数名
类型
描述
必填
id
int
主键
可选
parentId
int
父主键
可选
code
string
字典码
可选
dictKey
string
字典值
可选
dictValue
string
字典名称
可选
sort
int
排序
可选
remark
string
字典备注
可选

响应参数

参数名
类型
描述
必填
msg
string
示例:保存成功
必填
state
int
示例:1
必填