Authorization: Bearer ********************
{
"StartTime":"2024-12-01",
"EndTime":"2024-12-15",
"StatisticType":1,
"CraneId":"574835136986612037",
"MechanismGears":[
{
"MechanismId":"619438741110391122",
"GearIds":[0,-1]
},
{
"MechanismId":"619438741118779717",
"GearIds":[3]
}
]
}
curl --location --request POST 'https://jiugang.mhiiot.cn/openapi/projectapi/DataReportCraneAnalysis/GearWorkAnalysis/Trend' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"StartTime":"2024-12-01",
"EndTime":"2024-12-15",
"StatisticType":1,
"CraneId":"574835136986612037",
"MechanismGears":[
{
"MechanismId":"619438741110391122",
"GearIds":[0,-1]
},
{
"MechanismId":"619438741118779717",
"GearIds":[3]
}
]
}'
{
"statusCode": 0,
"data": [
{
"name": "string",
"data": [
{
"x_Value": "string",
"value": 0
}
]
}
],
"errorMessage": "string",
"mD5": "string",
"isSuccess": true,
"timestamp": "string"
}