Authorization: Bearer ********************
curl --location --request GET 'https://jiugang.mhiiot.cn/openapi/project/api/EnergyManagement/GetAllCraneHistoryTrendAnalysisPageList' \
--header 'Authorization: Bearer <token>'
{
"statusCode": 0,
"errorMessage": "string",
"mD5": "string",
"isSuccess": true,
"timestamp": "string",
"data": {
"pageNo": 0,
"pageSize": 0,
"totalPage": 0,
"totalRows": 0,
"rows": [
{
"x_Value": "string",
"date": "2019-08-24T14:15:22Z",
"energyItemList": [
{
"type": 1,
"value": 0,
"price": 0
}
]
}
]
}
}