{
"id": 0,
"warningName": "string",
"warningType": 0,
"monitorGranularity": 0,
"monitorPeriod": 0,
"notificationMethod": 0,
"notificationPhone": "string",
"monitorStatus": 0,
"createPerson": "string",
"updatePerson": "string",
"earlyWarningRuleList": [
{
"triggerMethod": 0,
"comparisonType": 0,
"triggerType": 0,
"triggerValue": 0
}
]
}
curl --location --request POST '/verEarlyWarning/insert' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"warningName": "string",
"warningType": 0,
"monitorGranularity": 0,
"monitorPeriod": 0,
"notificationMethod": 0,
"notificationPhone": "string",
"monitorStatus": 0,
"createPerson": "string",
"updatePerson": "string",
"earlyWarningRuleList": [
{
"triggerMethod": 0,
"comparisonType": 0,
"triggerType": 0,
"triggerValue": 0
}
]
}'
{
"code": 0,
"msg": "string",
"data": {}
}