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 '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",
"appId": "string",
"cameraType": 0,
"canopyType": 0,
"chargePackages": [
{
"compensateFlag": 0,
"deductionRange": 0,
"describe": "string",
"discount": 0,
"effectDuration": 0,
"effectStatus": 0,
"firstPrice": 0,
"freeMinute": 0,
"packageName": "string",
"packageType": 0,
"price": 0,
"renewFlag": 0,
"version": 0,
"id": 0,
"tenantId": "string",
"appId": "string",
"packageId": 0,
"stationId": "string",
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"modifyBy": "string",
"modifyTime": "2019-08-24T14:15:22Z",
"dataVersion": 0,
"testFlag": 0,
"autoRecharge": 0,
"deleteFlag": 0,
"presentAmountAutoRecharge": 0
}
],
"cityCode": "string",
"cityName": "string",
"community": "string",
"communityCode": "string",
"communityName": "string",
"details": "string",
"equipCount": 0,
"feeStrategy": {
"id": 0,
"strategyName": "string"
},
"fireControlType": 0,
"fullAddress": "string",
"id": 0,
"installDate": "2019-08-24T14:15:22Z",
"insuranceMenu": {
"id": 0,
"tenantId": "string",
"menuName": "string",
"content": "string",
"effectStatus": 0
},
"latitude": 0,
"longitude": 0,
"manageUnit": "string",
"payRules": [
0
],
"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",
"tags": [
{
"tagId": 0,
"tagName": "string",
"stationId": "string",
"tagColor": "string"
}
],
"tenantId": "string",
"feeStrategyId": "string",
"centralPlatformId": "string",
"chargeDurationMenuId": 0,
"insuranceMenuId": 0,
"chargePackageId": 0,
"propertyPowerFee": 0,
"migrateStatus": 0,
"merchantId": "string"
}
]
},
"stackTraceMsg": "string"
}