Authorization: Bearer ********************
{
"application": "string",
"pid": "string",
"name": "string",
"code": "string",
"type": "DIR",
"icon": "string",
"router": "string",
"component": "string",
"permission": "string",
"openType": "NONE",
"visible": "string",
"link": "string",
"redirect": "string",
"weight": "SUPER_ADMIN_WEIGHT",
"sort": 0,
"remark": "string"
}
curl --location --request POST 'https://jiugang.mhiiot.cn/openapi/project/api/sysMenu/change' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"application": "string",
"pid": "string",
"name": "string",
"code": "string",
"type": "DIR",
"icon": "string",
"router": "string",
"component": "string",
"permission": "string",
"openType": "NONE",
"visible": "string",
"link": "string",
"redirect": "string",
"weight": "SUPER_ADMIN_WEIGHT",
"sort": 0,
"remark": "string"
}'
{
"statusCode": 0,
"errorMessage": "string",
"mD5": "string",
"isSuccess": true,
"timestamp": "string",
"data": [
{
"id": "string",
"pid": "string",
"name": "string",
"component": "string",
"redirect": "string",
"title": "string",
"icon": "string",
"show": true,
"target": "string",
"link": "string",
"router": "string",
"hidden": true,
"isAywaysModel": true,
"systemType": "WEB",
"isOnly": true,
"sort": 0,
"remark": "string",
"children": [
{}
]
}
]
}