{
"ruleId": "13",
"ruleName": "鲜安琪",
"deviceId": "49",
"monitoringIndex": "111",
"conditionType": "111",
"valueMin": 96,
"valueMax": 72,
"status": 99
}
curl --location --request POST 'http://127.0.0.1:9211/sfThresholdSetting/insertOrUpdate' \
--header 'Content-Type: application/json' \
--data-raw '{
"ruleId": "13",
"ruleName": "鲜安琪",
"deviceId": "49",
"monitoringIndex": "111",
"conditionType": "111",
"valueMin": 96,
"valueMax": 72,
"status": 99
}'
{"msg":"true","code":200}