curl --location --request GET 'http://47.92.1.39:8005/api/user/get/id?userId=41' \
--header 'Authorization: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlcyI6IlN1cGVyVklQIiwiZXhwIjoxNjc4ODY0NTY2LCJ1c2VySWQiOjQxLCJ1c2VybmFtZSI6InRlc3QwMyJ9.xgDf-F6EexLRZc8ZtGKh_W-onzyBVtPXvidpKCILww8'
{
"success": true,
"errCode": null,
"errMessage": null,
"data": {
"extValues": {},
"userId": 39,
"userName": "test02",
"userGender": 1,
"userVipLevel": 0,
"userNickname": "王五",
"userEmail": "1946066280@qq.com",
"avatarUrl": "https://www.abc.net/images/logo.jpg",
"viptype": null,
"viptime": null
}
}