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 'Content-Type: application/json' \
--header 'Authorization;' \
--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": "string",
"msg": "string",
"data": {
"pageNum": 0,
"pageSize": 0,
"totalRow": 0,
"pageCount": 0,
"data": [
{
"address": "string",
"equipmentCount": 0,
"equipmentPortCount": 0,
"offlineCount": 0,
"onlineCount": 0,
"stationName": "string"
}
]
},
"stackTraceMsg": "string"
}