Authorization: Bearer ********************
curl --location --request GET 'http://127.0.0.1:6810/api/users//profile'
{
"code": "GET_PROFILE_SUCCESS",
"message": "获取用户信息成功",
"data": {
"username": "Half_nothing",
"email": "Half_nothing@163.com",
"cid": 2352,
"qq": 1483073537,
"rating": 12,
"total_pilot_time": 0,
"total_atc_time": 1840,
"permission": 16383
}
}