"string"
curl --location --request POST 'http://localhost:8080/system/dict/data/data' \
--header 'Content-Type: application/json' \
--data-raw '"string"'
{
"code": 0,
"msg": "",
"data": [
{
"createBy": "",
"createTime": "",
"updateBy": "",
"updateTime": "",
"remark": "",
"params": {
"": {}
},
"dictCode": 0,
"dictSort": 0,
"dictLabel": "",
"dictValue": "",
"dictType": "",
"cssClass": "",
"listClass": "",
"isDefault": "",
"status": "",
"i18nKey": "",
"i18nSwitch": 0
}
]
}