{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"custName": "string",
"custNum": "string",
"status": 0,
"custAddressCode": "string",
"projectIds": [
0
],
"zoneIds": [
0
]
}
curl --location --request POST '/custMonitor/warningPageList' \
--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",
"custNum": "string",
"status": 0,
"custAddressCode": "string",
"projectIds": [
0
],
"zoneIds": [
0
]
}'
{
"success": false,
"code": "",
"message": "",
"data": [
{
"warningId": 0,
"warningName": "",
"warningTime": "",
"custName": "",
"deviceCode": "",
"deviceType": ""
}
]
}