Authorization: Bearer ********************
curl --location --request GET 'http://localhost:8080/ess/earnings2/list-collect?dateStart&dateEnd&dateType'
{
"code": 0,
"msg": "",
"data": [
{
"stationId": 0,
"essId": 0,
"stationName": "",
"disDate": "",
"cabinetCount": 0,
"model": "",
"capacity": 0,
"kwIn": 0.0,
"kwOut": 0.0,
"efficiency": 0.0,
"earnings": 0.0,
"remark": ""
}
]
}