Authorization: Bearer ********************
curl --location --request GET 'https://jiugang.mhiiot.cn/openapi/project/api/MechanismView/List' \
--header 'Authorization: Bearer <token>'
{
"statusCode": 0,
"errorMessage": "string",
"mD5": "string",
"isSuccess": true,
"timestamp": "string",
"data": {
"pageNo": 0,
"pageSize": 0,
"totalPage": 0,
"totalRows": 0,
"rows": [
{
"id": "string",
"mechanismName": "string",
"systemName": "string",
"ctype": 0,
"cname": "string",
"cleftSpacing": 0,
"ctopSpacing": 0,
"crotate": 0,
"chierarchy": 0,
"cfontSize": 0,
"clogic": "string",
"cicon": "string",
"cdeviceType": "string",
"cheight": 0,
"cwidth": 0,
"cagents": "string",
"rtype": "string"
}
]
}
}