{}
curl --location --request POST '/clueData/ruleEdit?channel=baidu&opType&msgid' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"errcode": 0,
"errmsg": "string",
"result": {
"data": {
"rule_poolGroup": {
"options": [
{
"label": "string",
"value": "string"
}
]
},
"rule_mingxiForm": {
"options": [
{
"dataIndex": "string",
"title": "string"
}
]
}
},
"defVal": {
"rule_name": "string",
"rule_poolGroup": "string",
"rule_mingxiForm": [
{
"formTitle": "string",
"title": "string",
"dataIndex": "string"
}
],
"rule_mingxiSys": [
{
"formTitle": "string",
"formDataIndex": "string",
"title": "string",
"dataIndex": "string"
}
]
}
}
}