{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"custName": "string",
"alarmTypeCode": "string",
"deviceType": "string",
"custNum": "string",
"handleStatus": 0,
"projectIds": [
0
],
"zoneIds": [
0
]
}
curl --location --request POST '/platform/deviceAlarm/warnPageSearch' \
--header 'token: OUumDjnlEZ4wItETxOqrqe2zJFtEB2Ltf0OzBwTkcDdpk8kMsHzVrFRetMEawiR9' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"custName": "string",
"alarmTypeCode": "string",
"deviceType": "string",
"custNum": "string",
"handleStatus": 0,
"projectIds": [
0
],
"zoneIds": [
0
]
}'
{
"success": false,
"code": "",
"message": "",
"data": {
"records": [
{
"custNum": "",
"custName": "",
"custAge": 0,
"custMobile": "",
"custAddress": "",
"custDetailAddress": "",
"custIdentity": "",
"custSexStr": "",
"deviceCode": "",
"deviceTypeCode": "",
"alarmCode": "",
"alarmTypeCode": "",
"alarmName": "",
"alarmTime": "",
"handleStatus": 0,
"handleStatusStr": "",
"handleUser": "",
"handleTime": "",
"handleClientName": "",
"alarmId": 0
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"isSearchCount": false,
"hitCount": false,
"countId": "",
"maxLimit": 0
}
}