新建
PUT
/dictionary/create
请求参数
参数名
类型
描述
必填
type
string
类型
必填
code
string
编码
必填
value
string
值
必填
parentCode
string
父编码
必填
order
int
排序
可选
description
String
描述
可选
status
String
状态,字符串,-1:删除,0:无效,1:有效
可选