curl --location --request GET 'http://localhost:3000/api/admin/user/usetInfo' \
--header 'Authorization;'
{
"code": "200",
"message": "获取用户信息成功",
"data": {
"avatar": "http://localhost:3000/images/user/3b8f47bbe14300ee5e7154786e79d31e.jpeg",
"csdn": "https://blog.csdn.net/2301_76380626",
"email": "admin@163.com",
"gender": 1,
"gitee": "https://gitee.com/DT-guyan",
"github": "https://github.com/guyan-tttt",
"introduction": "我是管理员",
"nickname": "顾言",
"password": "123456",
"phone": "17898789876",
"username": "admin",
"__v": 0,
"_id": "66835388cfda9e40449a6a07"
}
}