Authorization: Bearer ********************
{
"StartTime":"2024-12-01",
"EndTime":"2024-12-15",
"StatisticType":1,
"CraneId":"574835136986612037"
}
curl --location --request POST 'https://jiugang.mhiiot.cn/openapi/projectapi/DataReportCraneAnalysis/GearWorkAnalysis/TrendDetail/Export' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"StartTime":"2024-12-01",
"EndTime":"2024-12-15",
"StatisticType":1,
"CraneId":"574835136986612037"
}'
{
"statusCode": 200,
"data": "",
"errorMessage": "",
"mD5": "d41d8cd98f00b204e9800998ecf8427e",
"isSuccess": true,
"timestamp": "1736991037"
}