Authorization: Bearer ********************
{
"stationId": 0,
"unitCost": 0,
"runDays": 0,
"buildSubsidy": "0.0",
"powerSubsidy": "0.0",
"shareRatio": 0
}
curl --location --request POST 'http://localhost:8080/ess/v101/energy_storage/income_cal_v2' \
--header 'Content-Type: application/json' \
--data-raw '{
"stationId": 0,
"unitCost": 0,
"runDays": 0,
"buildSubsidy": "0.0",
"powerSubsidy": "0.0",
"shareRatio": 0
}'
{
"code": 0,
"msg": "",
"data": {
"shareRatio": 0.0,
"shareIncome": 0.0,
"avgShareIncome": 0.0,
"peakLowerProfit": 0.0,
"avgPeakLowerProfit": 0.0,
"irr": 0.0,
"paybackValue": 0.0
}
}