Authorization: Bearer ********************
curl --location --request GET 'https://jiugang.mhiiot.cn/openapi/project/api/EnergyManagement/PeriodicityAnalysis' \
--header 'Authorization: Bearer <token>'
{
"statusCode": 0,
"errorMessage": "string",
"mD5": "string",
"isSuccess": true,
"timestamp": "string",
"data": [
{
"showTime": "string",
"orderTime": "2019-08-24T14:15:22Z",
"actualUsage": 0,
"actualBill": 0,
"peakUsage": 0,
"peakBill": 0,
"peaceUsage": 0,
"peaceBill": 0,
"valleyUsage": 0,
"valleyBill": 0
}
]
}