{
"id": 0,
"incidentId": 0,
"state": 0,
"reminderTime": "string",
"reminderBy": "string",
"createUserId": 0,
"createUserName": "string",
"updateUserId": 0,
"updateUserName": "string",
"province": "string",
"year": 0,
"place": 0,
"isDelete": "string"
}
curl --location --request POST 'https://www.nmgjgsw.cn//incidentReminder' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"incidentId": 0,
"state": 0,
"reminderTime": "string",
"reminderBy": "string",
"createUserId": 0,
"createUserName": "string",
"updateUserId": 0,
"updateUserName": "string",
"province": "string",
"year": 0,
"place": 0,
"isDelete": "string"
}'
{
"success": false,
"data": {},
"message": "",
"code": 0
}