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
}curl --location --request POST '/user/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
}'{
"code": "string",
"msg": "string",
"data": {
"pageNum": 0,
"pageSize": 0,
"totalRow": 0,
"pageCount": 0,
"data": [
{
"address": "string",
"appId": "string",
"cameraType": 0,
"canopyType": 0,
"cityCode": "string",
"cityName": "string",
"community": "string",
"communityCode": "string",
"communityName": "string",
"details": "string",
"equipCount": 0,
"fireControlType": 0,
"fullAddress": "string",
"id": 0,
"installDate": "2019-08-24T14:15:22.123Z",
"latitude": 0,
"longitude": 0,
"manageUnit": "string",
"picUrl": "string",
"placeType": 0,
"provinceCode": "string",
"provinceName": "string",
"regionCode": "string",
"regionName": "string",
"remark": "string",
"smokeDetectorType": 0,
"stationId": "string",
"stationName": "string",
"stationStatus": 0,
"stationType": 0,
"street": "string",
"streetCode": "string",
"streetName": "string",
"tenantId": "string",
"feeStrategyId": "string",
"centralPlatformId": "string",
"chargeDurationMenuId": 0,
"insuranceMenuId": 0,
"chargePackageId": 0,
"propertyPowerFee": 0,
"migrateStatus": 0
}
]
},
"stackTraceMsg": "string"
}