curl --location --request GET '/admin-api/storedenergy/station/operational' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--form 'stationId="1823602581281005568"'
{
"code": 0,
"data": {
"stations": null,
"total": null,
"stationDO": {
"stationId": null,
"stationName": null,
"status": null,
"runningStatus": null,
"chargeElec": 5.000, //充电量
"dischargeElec": 8.000, //放电量
"income": 20.00, //收益
"installedElec": null,
"createTime": null,
"residueElec": null,
"gridPower": null,
"loadPower": null,
"chargeElecSum": 100.000, //总充电量
"dischargeElecSum": 500.000, //总放电量
"incomeSum": 800.00 //累计收益
}
},
"msg": "操作成功"
}