curl --location --request GET 'http://ihrm.itheima.net/prod-api/employees/604f764971f93f3ac8f365c2/personalInfo' \
--header 'Authorization: {{Vue2_HR_ACCESS_TOKEN}}'{
"success": true,
"code": 10000,
"data": {
"_id": "604f764971f93f3ac8f365d4",
"userId": "604f764971f93f3ac8f365c2",
"username": "管理员",
"mobile": "13800000002",
"timeOfEntry": "2018-11-02",
"__v": 0,
"staffPhoto": " ",
"theHighestDegreeOfEducation": "初中"
},
"message": "查询员工个人信息成功"
}