Authorization: ********************{
"pageNum": 0,
"pageSize": 0,
"afterKey": "string",
"beginTime": "string",
"endTime": "string",
"appIds": [
"string"
],
"stationIds": [
"string"
],
"userType": 0,
"notUserId": "string",
"regionLevel": 0,
"provinceCode": "string",
"cityCode": "string",
"regionCode": "string",
"tagId": 0,
"statType": 0
}curl --location --request POST '/management/revenue/queryStationRevenueByTag' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 0,
"pageSize": 0,
"afterKey": "string",
"beginTime": "string",
"endTime": "string",
"appIds": [
"string"
],
"stationIds": [
"string"
],
"userType": 0,
"notUserId": "string",
"regionLevel": 0,
"provinceCode": "string",
"cityCode": "string",
"regionCode": "string",
"tagId": 0,
"statType": 0
}'{
"code": "",
"msg": "",
"data": {
"pageNum": 0,
"pageSize": 0,
"totalRow": 0,
"pageCount": 0,
"data": [
{
"tagId": 0,
"tagName": "",
"revenue": 0.0
}
],
"afterKey": ""
},
"stackTraceMsg": ""
}