{
"defaultValue": "string",
"dataList": [
{
"key": "string",
"label": "string",
"value": "string",
"disabled": true,
"tooltip": "string",
"tooltipnote": "string",
"color": "string"
}
]
}
curl --location --request POST '/api/DataDictionarySetup/SaveDataGroup' \
--header 'Content-Type: application/json' \
--data-raw '{
"defaultValue": "string",
"dataList": [
{
"key": "string",
"label": "string",
"value": "string",
"disabled": true,
"tooltip": "string",
"tooltipnote": "string",
"color": "string"
}
]
}'
{
"errcode": 0,
"errmsg": "",
"result": {
"defaultValue": "0",
"dataList": [
{
"key": "424",
"label": "选项名称",
"value": "424",
"disabled": true,
"tooltip": "已被停用",
"tooltipnote": "选项备注说明",
"color": ""
}
]
}
}