🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
#### **请求方式:** GET #### **请求地址:** /resume/:id #### **参数说明:** | 参数 | 参数类型 | 必须 | 说明 | | --- | --- |--- | --- | | id| Integer| yes | id值| #### **返回信息:** | 参数 | 参数类型 | 必须 | 说明 | | --- | --- |--- | --- | | id| Integer| yes| id值| | 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| Integer| yes| 毕业时间| | recent_work| String| no| 最近任职工作单位| | phone| Number| yes| 手机号| | email| String| yes| 邮箱| | application_department| String| yes| 部门| | application_position| String| yes| 岗位| | create_time| Integer| yes| 创建时间| | source| String| no| 简历来源| | recommend_department| String| no| 推荐部门| |trainee | Integer| yes| 1:正式员工;2:实习生| | status| Integer| yes| 0:待审核;1:待面试;2:已面试| | InterviewArrangement| Array| no| 面试安排| #### **返回示例:** ``` { "code": 0, "result": { "id": 1, "name": "姓名", "gender": "男", "native_palace": "郑州", "date_of_birth": 1628158999, "date_of_work_first": 1628158999, "highest_education": "本科", "graduation_school": "清华大学", "graduation_major": "机械", "date_graduation": 1628158999, "recent_work": null, "phone": "15187952072", "email": "123456@qq.com", "application_department": "政府旅游营销中心", "application_position": "商务合作经理一组", "create_time": 1628159125, "source": null, "recommend_department": null, "trainee": 0, "status": 0, "InterviewArrangement": [] }, "message": "" } ```