curl --location --request GET '/api/SysSetup/GetChildZd'
{
"errcode": 0,
"errmsg": "string",
"result": {
"datalists": [
{
"option": [
{
"label": "string",
"value": "string",
"sorter": true
}
],
"defVal": [
{
"value": "string",
"fixed": true
}
],
"key": "string",
"title": "string"
}
],
"label": "string"
}
}