Authorization: ********************
{
"appId": "string",
"userId": "string",
"stationId": "string"
}
curl --location --request POST '/management/station/queryChargePackageByStationId' \
--header 'Tenant-Id: 154' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"appId": "string",
"userId": "string",
"stationId": "string"
}'
{
"code": "",
"msg": "",
"data": [
{
"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
}
]
}