Authorization: Bearer ********************
curl --location --request GET 'http://localhost:8080/ess/demand-compute-data/curve-month?taskId&queryDate'
{
"code": 0,
"msg": "",
"data": {
"demandDataList": [
{
"maxDemand": 0.0,
"minDemand": 0.0,
"suggestDemand": 0.0,
"date": "",
"dayMaxDemandTime": "",
"dayMinDemandTime": "",
"deptName": "",
"taskName": ""
}
],
"maxDemand": 0.0,
"maxDemandTime": "",
"minDemand": 0.0,
"minDemandTime": "",
"suggestDemand": 0.0
}
}