- 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管理
- 学校合作需求管理
- 公告管理
- 反馈评价
- 浏览记录(通用)
获取收藏历史记录
Admin开发环境
http://localhost:8001
Admin开发环境
http://localhost:8001
GET
/hrStar/starHistory
请求参数
Query 参数
studentId
integer
学生id
typr
integer
可选
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:8001/hrStar/starHistory'
返回响应
🟢200成功
application/json
Body
结果
status
integer | null
响应码
success
boolean | null
可选
是否成功:成功true,失败false
msg
string | null
响应消息
total
integer | null
总条数
totalPage
integer | null
总页数
data
object (StarHistoryDto)
响应数据
id
integer | null
id
studentId
integer | null
学生id
typr
integer | null
可选
straId
integer | null
可选
starName
string | null
收藏的名称
createTime
string | null
创建时间
hrEmploymentEnterpriseInfoDto
object (HrEmploymentEnterpriseInfoDto)
招聘信息
hrProjectInfos
object (HrProjectInfos)
项目信息
hrEnterpriseInfoDto
object (HrEnterpriseInfoDto)
企业信息
time
string | null
响应时间
示例
{
"status": 0,
"success": false,
"msg": "",
"total": 0,
"totalPage": 0,
"data": {
"id": 0,
"studentId": 0,
"typr": 0,
"straId": 0,
"starName": "",
"createTime": "",
"hrEmploymentEnterpriseInfoDto": {
"id": 0,
"enterpriseInfoId": 0,
"positionInfosId": 0,
"name": "",
"address": "",
"educationId": 0,
"experience": "",
"particulars": "",
"modality": "",
"phone": "",
"num": 0,
"sex": "",
"old": "",
"salary": "",
"welfare": "",
"isrequire": "",
"lastModifyTime": "",
"lastModifyUserId": 0,
"createUserId": 0,
"createTime": "",
"refreshTime": "",
"educationalRequirements": "",
"otherRequirements": "",
"state": 0,
"stateLabel": "",
"payScope": "",
"enterpriseName": "",
"logo": "",
"contact": "",
"contactImg": "",
"companyAddress": "",
"orgType": 0,
"orgTypeLabel": "",
"industry": 0,
"industryLabel": "",
"enterpriseSize": "",
"location": ""
},
"hrProjectInfos": {
"id": 0,
"projectName": "",
"projectLeader": "",
"projectProgress": "",
"projectConclusion": "",
"projectValue": "",
"projectExpectations": "",
"fundingRequirements": "",
"projectType": "",
"projectCategory": "",
"description": "",
"createTime": "",
"createUserId": 0,
"lastModifyTime": "",
"lastModifyUserId": 0,
"investor": "",
"investmentAmount": 0.0,
"investorTime": "",
"studentId": 0,
"projectDemandId": 0,
"projectDemand": "",
"enterpriseInfoId": 0,
"phone": "",
"particulars": "",
"state": 0,
"projectPhase": 0,
"isShow": 0
},
"hrEnterpriseInfoDto": {
"id": 0,
"email": "",
"password": "",
"enterpriseName": "",
"abbreviation": "",
"location": "",
"businessLicense": "",
"contactLnformation": "",
"orgType": 0,
"orgTypeLabel": "",
"certificateType": "",
"certificateLmage": "",
"phone": "",
"enterpriseSize": "",
"projectCases": "",
"businessSituation": "",
"developmentGoals": "",
"environment": "",
"certificateOfincumbency": "",
"socialSecurityCertificate": "",
"taxCertificate": "",
"letterOfCommitment": "",
"description": "",
"createTime": "",
"createUserId": 0,
"lastModifyTime": "",
"lastModifyUserId": 0,
"logo": "",
"website": "",
"enterpriseCondition": "",
"score": 0.0,
"state": "",
"enterpriseType": 0,
"synopsis": "",
"enterpriseAuthentication": 0,
"establishmentDate": "",
"juridicalName": "",
"registeredCapital": "",
"contact": "",
"contactImg": "",
"companyAddress": "",
"financing": 0,
"industry": 0,
"industryLabel": "",
"isHome": 0,
"serialNum": 0,
"serialTime": ""
}
},
"time": ""
}
修改于 2024-05-07 07:04:25