Authorization: Bearer ********************
curl --location --request GET 'https://jiugang.mhiiot.cn/openapi/project/api/Mechanism/GetMechanismListByCraneId' \
--header 'Authorization: Bearer <token>'
{
"statusCode": 0,
"errorMessage": "string",
"mD5": "string",
"isSuccess": true,
"timestamp": "string",
"data": [
{
"id": "string",
"name": "string",
"cid": "string",
"type": "Motion",
"motionType": "HoistingMechanismMainHoist",
"formType": "DistributionMechanism",
"otherType": "VideoSystem",
"remark": "string",
"craneId": "string"
}
]
}