Authorization: ********************{
"pageNum": 0,
"pageSize": 0,
"appId": "string",
"stationId": "string",
"stationName": "string",
"stationType": "string",
"provinceCode": "string",
"cityCode": "string",
"regionCode": "string",
"stationIds": [
"string"
],
"tenantIds": [
"string"
],
"appIds": [
"string"
],
"feeStrategyId": "string",
"centralPlatformId": "string",
"chargeDurationMenuId": 0,
"insuranceMenuId": 0,
"chargePackageId": 0,
"longitude": 0,
"latitude": 0,
"merchantId": "string"
}curl --location --request POST '/management/station/queryStationPollingtByPage' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 0,
"pageSize": 0,
"appId": "string",
"stationId": "string",
"stationName": "string",
"stationType": "string",
"provinceCode": "string",
"cityCode": "string",
"regionCode": "string",
"stationIds": [
"string"
],
"tenantIds": [
"string"
],
"appIds": [
"string"
],
"feeStrategyId": "string",
"centralPlatformId": "string",
"chargeDurationMenuId": 0,
"insuranceMenuId": 0,
"chargePackageId": 0,
"longitude": 0,
"latitude": 0,
"merchantId": "string"
}'{
"code": "",
"msg": "",
"data": {
"pageNum": 0,
"pageSize": 0,
"totalRow": 0,
"pageCount": 0,
"data": [
{
"stationName": "",
"address": "",
"equipmentCount": 0,
"equipmentPortCount": 0,
"onlineCount": 0,
"offlineCount": 0
}
]
},
"stackTraceMsg": ""
}