{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"status": 0,
"custAddressCode": "string",
"dateBegin": "string",
"dateEnd": "string"
}
curl --location --request POST '/custMonitor/bigScreenTotall' \
--header 'token: OUumDjnlEZ4wItETxOqrqe2zJFtEB2Ltf0OzBwTkcDdpk8kMsHzVrFRetMEawiR9' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"status": 0,
"custAddressCode": "string",
"dateBegin": "string",
"dateEnd": "string"
}'
{
"success": false,
"code": "",
"message": "",
"data": {
"tenantId": "",
"customerTotal": 0,
"alarmTotal": 0,
"todayAlarmTotal": 0
}
}