curl --location '/admin-api/system/oauth2/user/get'{
"code": 0,
"data": {
"id": 1,
"username": "芋艿",
"nickname": "芋道",
"email": "yudao@iocoder.cn",
"mobile": "15601691300",
"sex": 1,
"avatar": "https://www.iocoder.cn/xxx.png",
"dept": {
"id": 1,
"name": "研发部"
},
"posts": [
{
"id": 1,
"name": "开发"
}
]
},
"msg": "string"
}