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 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"tenantIds": [
"string"
],
"appIds": [
"string"
],
"provinceCode": "string",
"cityCode": "string",
"regionCode": "string",
"appId": "string",
"stationId": "string"
}'
{
"code": "string",
"msg": "string",
"data": {
"pile": {
"nameList": [
"string"
],
"valueList": [
0
]
},
"port": {
"nameList": [
"string"
],
"valueList": [
0
]
},
"portCount": 0,
"todayEquipmentCount": 0,
"totalEquipmentCount": 0,
"equipmentIncreaseRate": 0
},
"stackTraceMsg": "string"
}