Authorization: Bearer ********************
curl --location --request GET 'https://jiugang.mhiiot.cn/openapi/project/api/MechanismDirectory/GetMechanismDirectory' \
--header 'Authorization: Bearer <token>'
{
"statusCode": 0,
"errorMessage": "string",
"mD5": "string",
"isSuccess": true,
"timestamp": "string",
"data": [
{
"id": "string",
"createdTime": "2019-08-24T14:15:22Z",
"updatedTime": "2019-08-24T14:15:22Z",
"createdUserId": "string",
"createdUserName": "string",
"updatedUserId": "string",
"updatedUserName": "string",
"mechanismType": 0,
"mechanismTypeName": "string",
"mechanism": 0,
"mechanismName": "string"
}
]
}