{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"custList": [
{
"custNum": "string",
"deviceList": [
{
"deviceNo": "string",
"deviceType": "string",
"productId": 0,
"deviceName": "string"
}
]
}
]
}
curl --location --request POST '/bigscreen/crms/device/listDeviceWarningStatus' \
--header 'token: OUumDjnlEZ4wItETxOqrqe2zJFtEB2Ltf0OzBwTkcDdpk8kMsHzVrFRetMEawiR9' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"custList": [
{
"custNum": "string",
"deviceList": [
{
"deviceNo": "string",
"deviceType": "string",
"productId": 0,
"deviceName": "string"
}
]
}
]
}'
{
"success": false,
"code": "",
"message": "",
"data": {
"custList": [
{
"custNum": "",
"warningFlag": false,
"deviceList": [
{
"deviceNo": "",
"deviceType": "",
"deviceName": "",
"productId": 0,
"warningFlag": false,
"offlineFlag": false,
"heart": 0,
"breath": 0,
"installTime": ""
}
],
"alarmList": [
{
"warningId": 0,
"warningName": "",
"warningTime": "",
"custName": "",
"deviceCode": "",
"deviceType": ""
}
]
}
]
}
}