Authorization: Bearer ********************
curl --location --request GET 'http://localhost:8080/ess/demand-compute-data/analysis-result?taskId&analysisValue'
{
"code": 0,
"msg": "",
"data": {
"demandDate": "",
"demandTime": "",
"maxDemand": 0.0,
"minDemand": 0.0,
"suggestDemand": 0.0,
"soc": 0.0,
"power": 0.0,
"planDemand": 0.0,
"planSupportKwh": 0.0,
"planSupportKw": 0.0,
"stationKwh": 0.0,
"success": 0
}
}