curl --location --request GET 'http://www.likeadmin.localhost/adminapi/auth.admin/mySelf' \
--header 'token: {{token}}'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"account": "admin",
"name": "我是管理员",
"role_id": 1,
"disable": 0,
"multipoint_login": 0,
"avatar": "http://www.likeadmin.localhost/123123"
}
}