Authorization: Bearer ********************{
"PageNo": 0,
"PageSize": 0,
"SortField": "string",
"SortOrder": "Ascend",
"CraneId": "string",
"DriverId": "string",
"HookType": 0,
"ResultType": 0,
"HangingObjectCode": "string",
"SearchBeginTime": "string",
"SearchEndTime": "string"
}curl --location --request POST 'https://jiugang.mhiiot.cn/openapi/project/api/HangingObjectRecord/export' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"PageNo": 0,
"PageSize": 0,
"SortField": "string",
"SortOrder": "Ascend",
"CraneId": "string",
"DriverId": "string",
"HookType": 0,
"ResultType": 0,
"HangingObjectCode": "string",
"SearchBeginTime": "string",
"SearchEndTime": "string"
}'{
"statusCode": 0,
"data": "string",
"errorMessage": "string",
"mD5": "string",
"isSuccess": true,
"timestamp": "string"
}