curl --location --request GET 'http://www.likeadmin.localhost/adminapi/auth.admin/mySelf' \
--header 'token: {{token}}'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"user": {
"account": "admin2",
"name": "管理员2号",
"role_id": 1,
"disable": 0,
"root": 1,
"multipoint_login": 0,
"avatar": "http://www.likeadmin.localhost/xxxx.png",
"dept_id": 0,
"jobs_id": 0
},
"menu": [],
"permissions": [
"*"
]
}
}