文档
测试

字典数据→修改

PUT
http://39.98.155.166:8665/ruoyi/system/dict/data

请求参数

参数名
类型
描述
必填
dict
entity
字典数据实体类
必填
dictCode
Long
字典编码
必填
dictSort
Long
字典排序
必填
dictLabel
String
字典标签
必填
dictValue
String
字典键值
必填
dictType
String
字典类型
必填
status
String
状态(0正常 1停用)
必填
parentId
Long
字典数据父id
必填
isInternal
String
是否内置数据(0表示非内置数据,1表示内置数据)
必填
deptId
String
公司id
必填

响应参数

参数名
类型
描述
必填
code
String
状态码
必填
msg
String
返回内容
必填