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/queryStationByPage' \
--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": [
{
"id": 0,
"tenantId": "",
"appId": "",
"stationId": "",
"placeType": 0,
"stationType": 0,
"stationName": "",
"stationStatus": 0,
"provinceCode": "",
"cityCode": "",
"regionCode": "",
"streetCode": "",
"communityCode": "",
"provinceName": "",
"cityName": "",
"regionName": "",
"streetName": "",
"communityName": "",
"street": "",
"address": "",
"fullAddress": "",
"community": "",
"longitude": 0.0,
"latitude": 0.0,
"picUrl": "",
"installDate": "",
"canopyType": 0,
"cameraType": 0,
"smokeDetectorType": 0,
"fireControlType": 0,
"remark": "",
"details": "",
"equipCount": 0,
"manageUnit": "",
"feeStrategyId": "",
"centralPlatformId": "",
"chargeDurationMenuId": 0,
"insuranceMenuId": 0,
"chargePackageId": 0,
"propertyPowerFee": 0.0,
"migrateStatus": 0,
"merchantId": "",
"insuranceMenu": {
"id": 0,
"tenantId": "",
"menuName": "",
"content": "",
"effectStatus": 0
},
"feeStrategy": {
"id": 0,
"strategyName": ""
},
"chargePackages": [
{
"id": 0,
"tenantId": "",
"appId": "",
"packageType": 0,
"packageId": 0,
"stationId": "",
"version": 0,
"createBy": "",
"createTime": "",
"modifyBy": "",
"modifyTime": "",
"dataVersion": 0,
"testFlag": 0,
"deleteFlag": 0,
"packageName": "",
"effectDuration": 0,
"freeMinute": 0,
"renewFlag": 0,
"compensateFlag": 0,
"describe": "",
"effectStatus": 0,
"firstPrice": 0.0,
"price": 0.0,
"discount": 0.0,
"autoRecharge": 0,
"presentAmountAutoRecharge": 0.0,
"deductionRange": 0
}
],
"tags": [
{
"tagId": 0,
"stationId": "",
"tagName": "",
"tagColor": ""
}
],
"payRules": [
0
]
}
]
},
"stackTraceMsg": ""
}