Authorization: Bearer ********************
curl --location --request GET 'http://127.0.0.1:6810/api/profile'
{
"code": "GET_CURRENT_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": 653,
"permission": 0
}
}