Authorization: Bearer ********************
curl --location --request GET 'http://localhost:8080/ess/monitor_center/essInfo2'
{
"code": 0,
"msg": "",
"data": [
{
"deptId": 0,
"stationId": 0,
"stationName": "",
"essId": 0,
"essName": "",
"essSnCode": "",
"boxInfoList": [
{
"boxId": 0,
"boxName": "",
"snCode": "",
"soc": "",
"pcsstate": 0,
"power": "",
"onlineStatus": ""
}
]
}
]
}