Authorization: Bearer ********************
curl --location --request GET 'http://localhost:8999/api/own/info'
{
"code": 200,
"data": {
"realName": "超级管理员",
"description": "来自江苏启东,目标方向软件开发,主语言Java,偶尔捣鼓前端。永远怀着一颗学徒的心,我一直在路上! ",
"perImg": "http://127.0.0.1:8999/profile/26fc1e5a-a091-4b83-a50e-447ae5ad529a.png",
"majorId": 1,
"gradeId": 8
}
}