{
"boxId": 0
}
curl --location --request POST 'http://localhost:8080/v107/manage/essBoxInfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"boxId": 0
}'
{
"code": 0,
"msg": "",
"data": {
"boxId": "",
"snCode": "",
"boxName": "",
"installedPower": "",
"capacity": "",
"acRatedVoltage": "",
"dcRatedVoltage": "",
"cellNum": "",
"cellSpecification": "",
"runDay": 0,
"yesterdayIncome": "",
"monthIncome": "",
"yearIncome": "",
"totalIncome": "",
"dayDischargeCapacity": "",
"dayChargeCapacity": "",
"efficiency": "",
"soc": "",
"dcPower": "",
"acPower": ""
}
}