{
"username": "老李",
"mobile": "13900009090",
"formOfEmployment": 1,
"workNumber": "1234",
"departmentName": "总裁办",
"timeOfEntry": "2022-06-14",
"correctionTime": "2022-06-14"
}curl --location --request POST 'http://ihrm.itheima.net/prod-api/sys/user' \
--header 'Authorization: {{Vue2_HR_ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "老李",
"mobile": "13900009090",
"formOfEmployment": 1,
"workNumber": "1234",
"departmentName": "总裁办",
"timeOfEntry": "2022-06-14",
"correctionTime": "2022-06-14"
}'{
"success": true,
"code": 10000,
"data": {
"roleIds": [],
"_id": "62a95c24b7aa4705242981ee",
"username": "老李",
"mobile": "13900009090",
"formOfEmployment": "1",
"workNumber": "1234",
"departmentName": "总裁办",
"timeOfEntry": "2022-06-14T16:00:00.000Z",
"correctionTime": "2022-06-14T16:00:00.000Z",
"password": "e10adc3949ba59abbe56e057f20f883e",
"__v": 0
},
"message": "员工新增成功"
}