{
"method": "xxxxx",
"tableName": "xxxx",
"bizParam": "{}",
"isPage": false,
"arrayField": "$.data.arrays",
"pageRule": 1,
"customKey": "{}",
"isTermination": true,
"frequency": 600,
"database": "xxxxx",
"onlyRead": false,
"validKeys": [
"wp[L2XF"
]
}
curl --location --request POST 'http://172.24.28.12:9099/daq/october/rice/field' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "xxxxx",
"tableName": "xxxx",
"bizParam": "{}",
"isPage": false,
"arrayField": "$.data.arrays",
"pageRule": 1,
"customKey": "{}",
"isTermination": true,
"frequency": 600,
"database": "xxxxx",
"onlyRead": false,
"validKeys": [
"wp[L2XF"
]
}'
{
"code": 0,
"data": {
"requestTotal": 0,
"sqlTotal": 0,
"successSqlTotal": 0
},
"traceId": "string"
}