#### **请求方式:** POST
#### **请求地址:** /apply
#### **参数说明:**
| 参数 | 参数类型 | 必须 | 说明 |
| --- | --- |--- | --- |
| name | String | yes | 姓名 |
| gender | String | yes | 性别 |
| native_palace | String | yes | 籍贯 |
| date_of_birth | Integer | yes | 出生年月 |
| date_of_work_first | Integer | yes | 首次参加工作日期 |
| highest_education | String | yes | 最高学历 |
| graduation_school | String | yes | 毕业学校 |
| graduation_major | String | yes | 毕业专业 |
| date_graduation | String | yes | 毕业时间 |
| phone | Number | yes | 手机号 |
| email | String | yes | 邮箱 |
| application_department | String | yes | 应聘部门 |
| application_position | String | yes | 应聘岗位 |
#### **返回信息:**
| 参数 | 参数类型 | 必须 | 说明 |
| --- | --- |--- | --- |
| | | | |
#### **返回示例:**
```
{
"code": 0,
"result": "",
"message": "简历创建成功"
}
```