Authorization: ********************{
"pageNum": 0,
"pageSize": 0,
"afterKey": "string",
"regionLevel": 0,
"statType": 0,
"statMonth": "string",
"equipmentIds": [
"string"
],
"stationPointIds": [
"string"
],
"stationIds": [
"string"
],
"provinceCode": "string",
"cityCode": "string",
"regionCode": "string"
}curl --location --request POST '/management/revenue/revenueComplianceRanking' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 0,
"pageSize": 0,
"afterKey": "string",
"regionLevel": 0,
"statType": 0,
"statMonth": "string",
"equipmentIds": [
"string"
],
"stationPointIds": [
"string"
],
"stationIds": [
"string"
],
"provinceCode": "string",
"cityCode": "string",
"regionCode": "string"
}'{
"code": "",
"msg": "",
"data": {
"pageNum": 0,
"pageSize": 0,
"totalRow": 0,
"pageCount": 0,
"data": [
{
"equipmentId": "",
"stationPointId": "",
"stationId": "",
"provinceCode": "",
"cityCode": "",
"regionCode": "",
"provinceName": "",
"cityName": "",
"regionName": "",
"revenue": 0.0,
"equipmentRevenue": 0.0,
"packageRevenue": 0.0,
"avgRevenue": 0.0,
"totalCount": 0,
"compliantCount": 0
}
],
"afterKey": ""
},
"stackTraceMsg": ""
}