Authorization: Bearer ********************
{
"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"
}
curl --location --request POST 'https://jiugang.mhiiot.cn/openapi/project/api/MechanismView/Update' \
--header 'Content-Type: application/json' \
--data-raw '{
"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"
}'
{}