Authorization: Bearer ********************
curl --location --request GET 'https://jiugang.mhiiot.cn/openapi/project/api/DataReportRunAnalysis/GetReport' \
--header 'Authorization: Bearer <token>'
{
"statusCode": 0,
"errorMessage": "string",
"mD5": "string",
"isSuccess": true,
"timestamp": "string",
"data": [
{
"mechanismId": "string",
"mechanismName": "string",
"dateDesc": "string",
"date": "2019-08-24T14:15:22Z",
"powerOn": 0,
"totalWork": 0,
"runNums": 0,
"mechanicsGearNums": 0
}
]
}