{
"parentId": "d6321208-4980-46e3-b3d4-ec057009472c",
"level": 2,
"sort": 2,
"type": 2,
"path": "/DataMaintenance/CardPassManage/asd",
"title": "测试管理",
"icon": null
}
curl --location --request POST '/myauth/web/addMenu' \
--header 'token: ea3d9ceed86c4e738f9693ebc7efe6d1' \
--header 'Content-Type: application/json' \
--data-raw '{
"parentId": "d6321208-4980-46e3-b3d4-ec057009472c",
"level": 2,
"sort": 2,
"type": 2,
"path": "/DataMaintenance/CardPassManage/asd",
"title": "测试管理",
"icon": null
}'
{
"code": 200,
"success": true,
"msg": "添加成功",
"sign": "",
"result": null,
"timestamp": 1646919918561
}