#### **請求方式:** 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":?"簡歷創建成功"
}
```