Authorization: ********************{
"tenantIds": [
"string"
],
"appIds": [
"string"
],
"provinceCode": "string",
"cityCode": "string",
"regionCode": "string",
"appId": "string",
"stationId": "string"
}curl --location --request POST '/management/largeScreen/equipmentStatistics' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"tenantIds": [
"string"
],
"appIds": [
"string"
],
"provinceCode": "string",
"cityCode": "string",
"regionCode": "string",
"appId": "string",
"stationId": "string"
}'{
"code": "",
"msg": "",
"data": {
"pile": {
"nameList": [
""
],
"valueList": [
0
]
},
"port": {
"nameList": [
""
],
"valueList": [
0
]
},
"portCount": 0,
"todayEquipmentCount": 0,
"totalEquipmentCount": 0,
"equipmentIncreaseRate": 0.0
},
"stackTraceMsg": ""
}