Authorization: Bearer ********************
curl --location --request GET 'http://localhost:8080/ess/statistics/earning-list'
{
"total": 0,
"rows": [
{
"deptName": "",
"stationName": "",
"essName": "",
"cooperationMode": "",
"snCode": "",
"kwhInTotal": "",
"kwhOutTotal": "",
"kwhInA": "",
"kwhInB": "",
"kwhInC": "",
"kwhInD": "",
"kwhInF": "",
"kwhOutA": "",
"kwhOutB": "",
"kwhOutC": "",
"kwhOutD": "",
"kwhOutF": "",
"priceA": "",
"priceB": "",
"priceC": "",
"priceD": "",
"priceF": "",
"costIn": "",
"earningsOut": "",
"earnings": "",
"disDate": ""
}
],
"code": 0,
"msg": ""
}