Authorization: Bearer ********************
curl --location --request GET 'https://jiugang.mhiiot.cn/openapi/project/api/DataReportHangLoadAnalysis/GetTableList' \
--header 'Authorization: Bearer <token>'
{
"statusCode": 0,
"errorMessage": "string",
"mD5": "string",
"isSuccess": true,
"timestamp": "string",
"data": [
{
"orderTime": "2019-08-24T14:15:22Z",
"showDate": "string",
"craneName": "string",
"actionCycleNum": 0,
"standbyTime": 0,
"idlerStandbyTime": 0,
"hangStandbyTime": 0,
"hangContinueTime": 0,
"hangWeightNum": 0
}
]
}