{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"custNum": "string"
}
curl --location --request POST '/platform/deviceAlarm/warnPageSearchByCustNum' \
--header 'token: OUumDjnlEZ4wItETxOqrqe2zJFtEB2Ltf0OzBwTkcDdpk8kMsHzVrFRetMEawiR9' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"custNum": "string"
}'
{
"success": false,
"code": "",
"message": "",
"data": {
"records": [
{
"alarmCode": "",
"alarmTypeCode": "",
"alarmName": "",
"alarmTime": "",
"handleStatus": 0,
"handleStatusStr": "",
"handleUser": "",
"remarks": "",
"handleTime": "",
"handleClientName": "",
"handleResultStr": "",
"handleResultCode": "",
"contactRecordUrl": ""
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"isSearchCount": false,
"hitCount": false,
"countId": "",
"maxLimit": 0
}
}