Authorization: Bearer ********************
curl --location --request GET 'https://jiugang.mhiiot.cn/openapi/projectapi/DataReportGearAnalysis/TimeTrendByCraneType?StartTime=2024-11-22&EndTime=2024-11-22&StatisticType=5&CraneType=2' \
--header 'Authorization: Bearer <token>'
{
"statusCode": 200,
"data": [
{
"name": "总挡位动作时间",
"data": [
{
"x_Value": "1#200",
"craneId": "600848094166253893",
"value": 20.86
},
{
"x_Value": "2#200",
"craneId": "600848502347530565",
"value": 39.5
}
]
}
],
"errorMessage": "",
"mD5": "c21e20714399a126865ca7802541f226",
"isSuccess": true,
"timestamp": "1733898306"
}