Authorization: Bearer ********************
curl --location --request GET 'https://online-products.dhichina.cn/gateway/wwtp-paas-main-bus-service/api/v3/optimization/energy-cost-compare'
{
"code": "string",
"name": "string",
"unit": "string",
"realDatas": [
{
"time": "string",
"value": 0
}
],
"modelDatas": [
{
"time": "string",
"value": 0
}
],
"energyCostPerTonReal": 0,
"energyCostPerTonModel": 0
}