{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"alarmCode": "string"
}
curl --location --request POST '/platform/deviceAlarm/getWarnInfoDetail' \
--header 'token: OUumDjnlEZ4wItETxOqrqe2zJFtEB2Ltf0OzBwTkcDdpk8kMsHzVrFRetMEawiR9' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"alarmCode": "string"
}'
{
"success": false,
"code": "",
"message": "",
"data": {
"alarmCode": "",
"alarmTime": "",
"contactList": [
{
"callRecordId": "",
"contactName": "",
"contactRelStr": "",
"contactPhone": "",
"callingBeginTime": "",
"callingEndTime": "",
"contactRecordUrl": ""
}
],
"handleTime": "",
"handleMethodCode": "",
"handleMethodName": "",
"handleUser": "",
"handleRemarks": ""
}
}