{
"mac": "string",
"ruleType": "到期预警",
"ruleLevel": "一级报警",
"businessId": 0,
"content": "string",
"warnTime": "2019-08-24T14:15:22.123Z",
"autoDisposeTime": "2019-08-24T14:15:22.123Z"
}curl --location -g --request POST 'http://{{ip}}:9000/message-service/warningMessage/location/open' \
--header 'Authorization: {{AUTH_TOKEN}}' \
--header 'ip: {{ip}}' \
--header 'X-Request-client-type: PC' \
--header 'clientId: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
"mac": "string",
"ruleType": "到期预警",
"ruleLevel": "一级报警",
"businessId": 0,
"content": "string",
"warnTime": "2019-08-24T14:15:22.123Z",
"autoDisposeTime": "2019-08-24T14:15:22.123Z"
}'{
"code": 0,
"msg": "string",
"data": 0
}