curl --location --request GET '/admin-api/system/auth/get-permission-info'{
"code": 0,
"data": {
"user": {
"id": 1024,
"nickname": "芋道源码",
"avatar": "https://www.iocoder.cn/xx.jpg"
},
"roles": [
"string"
],
"permissions": [
"string"
],
"menus": [
{
"id": 0,
"parentId": 1024,
"name": "芋道",
"path": "post",
"component": "system/post/index",
"componentName": "SystemUser",
"icon": "/menu/list",
"visible": false,
"keepAlive": false,
"alwaysShow": false,
"children": [
{}
],
"description": "false"
}
]
},
"msg": "string"
}