- AdminApi
- hr_star管理
- hr_team管理
- hr_banner管理
- hr_mentor管理
- hr_resume管理
- hr_history管理
- hr_setting管理
- 学生管理
- 简历投递管理
- hr_team_info管理
- hr_template管理
- hr_agreement管理
- 面试阶段管理
- hr_promotion管理
- 招聘信息管理
- hr_resume_work管理
- 学校信息管理
- hr_resume_award管理
- hr_student_join管理
- hr_project_infos管理
- hr_position_infos管理
- 工作经验管理
- 学校导入学生信息管理
- 企业信息管理
- hr_template_resume管理
- hr_resume_education管理
- hr_talent_assessment管理
- hr_prescription_history管理
- hr_financial_institution管理
- 企业合作需求管理
- hr_enterprise_prescription管理
- 学校合作需求管理
- 公告管理
- 数据看板
- AppApi
- 收藏管理
- 组队管理
- 首页banner管理
- 导师管理
- 简历信息管理
- 历史记录管理
- 消息管理
- 参数设置管理
- 学生信息管理
- 字典管理
- 简历投递管理
- 项目组队管理
- 模板管理
- hr_agreement管理
- 面试阶段管理
- 学生个人能力提升管理
- 招聘信息管理
- hr_resume_work管理
- 学校信息管 理
- hr_resume_award管理
- 学生报名管理
- 项目信息管理
- hr_position_infos管理
- 工作经验管理
- 学校导入学生信息管理
- 企业信息管理
- 简历模板映射表管理
- hr_resume_education管理
- 人才测评管理
- hr_prescription_history管理
- hr_financial_institution管理
- 企业合作需求管理
- hr_enterprise_prescription管理
- 学校合作需求管理
- 公告管理
- 反馈评价
- 浏览记录(通用)
web新增hr_resume
Admin开发环境
http://localhost:8001
Admin开发环境
http://localhost:8001
POST
/api/hrResume
请求参数
Body 参数application/json
id
integer | null
id
studentId
integer | null
学生id
salary
string | null
薪水
name
string | null
姓名
sex
integer | null
性别
nativePlaceId
string | null
籍贯
age
integer | null
年龄
sexLabel
string | null
性别
specialty
string | null
专业
email
string | null
电子邮箱
phone
string | null
联系电话
school
string | null
学校
job
string | null
期望岗位
experience
string | null
经历
photograph
string | null
照片
city
string | null
期望城市
score
number | null
评分/曝光度
createTime
string | null
创建时间
createUserId
integer | null
创建用户
lastModifyTime
string | null
修改时间
lastModifyUserId
integer | null
修改用户
birthday
string | null
出生年月
enrollmentYear
integer | null
入学年份
idCard
string | null
身份证号
workExperience
string | null
工作经验
address
string | null
现居地
personState
string | null
个人状态
workNature
string | null
工作性质
selfIntroduction
string | null
自我介绍
maritalStatus
string | null
婚姻状况
politicsStatus
string | null
政治面貌
educationExperience
string | null
教育经历
practice
string | null
实践工作经历
nation
string | null
民族
templateResumeId
integer | null
模板关系表id
templateFile
string | null
生成的模板简历文件
isOpen
integer | null
可选
jobState
integer | null
可选
educationId
integer | null
学历
templateWordFile
string | null
可选
educationLabel
string | null
学历
isDefault
boolean | null
是否是默认简历
默认值:
false
示例
{
"id": 0,
"studentId": 0,
"salary": "string",
"name": "string",
"sex": 0,
"nativePlaceId": "string",
"age": 0,
"sexLabel": "string",
"specialty": "string",
"email": "string",
"phone": "string",
"school": "string",
"job": "string",
"experience": "string",
"photograph": "string",
"city": "string",
"score": 0,
"createTime": "string",
"createUserId": 0,
"lastModifyTime": "string",
"lastModifyUserId": 0,
"birthday": "string",
"enrollmentYear": 0,
"idCard": "string",
"workExperience": "string",
"address": "string",
"personState": "string",
"workNature": "string",
"selfIntroduction": "string",
"maritalStatus": "string",
"politicsStatus": "string",
"educationExperience": "string",
"practice": "string",
"nation": "string",
"templateResumeId": 0,
"templateFile": "string",
"isOpen": 0,
"jobState": 0,
"educationId": 0,
"templateWordFile": "string",
"educationLabel": "string",
"isDefault": "false"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://localhost:8001/api/hrResume' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"studentId": 0,
"salary": "string",
"name": "string",
"sex": 0,
"nativePlaceId": "string",
"age": 0,
"sexLabel": "string",
"specialty": "string",
"email": "string",
"phone": "string",
"school": "string",
"job": "string",
"experience": "string",
"photograph": "string",
"city": "string",
"score": 0,
"createTime": "string",
"createUserId": 0,
"lastModifyTime": "string",
"lastModifyUserId": 0,
"birthday": "string",
"enrollmentYear": 0,
"idCard": "string",
"workExperience": "string",
"address": "string",
"personState": "string",
"workNature": "string",
"selfIntroduction": "string",
"maritalStatus": "string",
"politicsStatus": "string",
"educationExperience": "string",
"practice": "string",
"nation": "string",
"templateResumeId": 0,
"templateFile": "string",
"isOpen": 0,
"jobState": 0,
"educationId": 0,
"templateWordFile": "string",
"educationLabel": "string",
"isDefault": "false"
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}
修改于 2024-05-07 07:03:43