{
"queryAreaConfig": [
{
"dataIndex": "string",
"xsxh": 0,
"enable": true
}
]
}
curl --location --request POST '/api/setup/SaveQueryAreaConfig' \
--header 'Content-Type: application/json' \
--data-raw '{
"queryAreaConfig": [
{
"dataIndex": "string",
"xsxh": 0,
"enable": true
}
]
}'
{
"errcode": 0,
"errmsg": "string",
"result": {}
}