简历推荐反馈通知
消息说明:当简历推荐被反馈时,推送此类消息
参数说明:
参数 | 类型 | 必传(Y/N) | 说明 |
---|---|---|---|
messageId | String | Y | 唯一标识一条消息 |
type | String | Y | 消息类型,固定为recruiment_recommend_feedback |
sendtime | Long | Y | 消息推送时间戳(精确到秒) |
data | RecruimentRecommendPushMsg | Y | 推送消息 |
RecruimentRecommendPushMsg
参数 | 类型 | 必传(Y/N) | 说明 |
---|---|---|---|
resumeId | String | Y | 候选人简历id |
recommendId | String | Y | 推荐id |
recommendTime | Integer | Y | 推荐时间 |
mobile | String | Y | 候选人手机号 |
String | Y | 候选人邮箱 | |
remark | String | Y | 备注 |
jobId | String | Y | 职位id |
jobName | String | Y | 职位名称 |
adminEmployeeId | String | Y | 安排面试的管理员员工id |
adminEmployeeName | String | Y | 安排面试的管理员员工姓名 |
recommendItems | List<RecruimentRecommendItem> | Y | 推荐评估列表 |
RecruimentRecommendItem
参数 | 类型 | 必传(Y/N) | 说明 |
---|---|---|---|
recommendRecordId | String | Y | 轮次id |
employeeId | String | Y | 评估人员工id |
employeeName | Integer | Y | 评估人名称 |
mobile | String | Y | 评估人手机号 |
Integer | Y | 评估人邮箱 | |
feedbackTime | Integer | Y | 反馈时间 |
h5Url | String | Y | h5端简历详情地址 |
pcUrl | String | Y | pc端简历详情地址 |
feedbackResult | String | Y | 反馈结果,0-未反馈,1-已通过,2-未通过,5-已过期,6-已淘汰 |
消息样例:
{
"messageId":"a537383f64cd469aacdbd6150912c124",
"type":"recruiment_recommend_feedback",
"data":{
"resumeId":"88392438062443d7885283969a81389c",
"recommendId":"35cf3f3699864e89a9f49f9629132cce",
"recommendTime":1652959233,
"name":"崔向",
"mobile":"19400256812",
"email":"9899217@qqq.com",
"remark":"",
"adminEmployeeId":"9280885395ed4cda8c3f7f38982ae5e0",
"adminEmployeeName":"企小薪",
"recommendItems":[
{
"recommendRecordId":"436fecd6209b42b2911e0bc6b06f7816",
"employeeId":"02da4793d69941d7bd0dfa5ae853a9ad",
"employeeName":"测试",
"mobile":"19400256812",
"email":"",
"feedbackTime":1652959244,
"feedbackResult":1,
"h5Url": "",
"pcUrl": ""
}
]
},
"sendtime":1652959245
}