{
"id": "e70b3176-a2fa-4fc5-90f3-5abd9e2d13b8"
}
curl --location --request POST '/myauth/web/getMenu' \
--header 'token: ea3d9ceed86c4e738f9693ebc7efe6d1' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "e70b3176-a2fa-4fc5-90f3-5abd9e2d13b8"
}'
{
"code": 200,
"success": true,
"msg": "查询成功",
"sign": "",
"result": {
"id": "e70b3176-a2fa-4fc5-90f3-5abd9e2d13b8",
"parentId": "d6321208-4980-46e3-b3d4-ec057009472c",
"level": 2,
"sort": 2,
"type": 2,
"path": "/DataMaintenance/CardPassManage/List",
"title": "卡密管理",
"icon": null,
"children": null
},
"timestamp": 1646918414729
}