绩效业务待办通知
消息说明:绩效相关业务发送待办时,推送此消息
参数说明:
参数 | 类型 | 必传(Y/N) | 说明 |
---|---|---|---|
messageId | String | Y | 唯一标识一条消息 |
type | String | Y | 消息类型,固定为appraisal_todo |
sendtime | Long | Y | 消息推送时间戳(精确到秒) |
data | AppraisalWorkTodoPushMsg | Y | 推送消息 |
AppraisalWorkTodoPushMsg
参数 | 类型 | 必传(Y/N) | 说明 |
---|---|---|---|
pcUrl | String | Y | pc端详情地址 |
h5Url | String | Y | h5详情地址 |
todoId | String | Y | 待办唯一ID |
todoEmpId | String | Y | 待办人的员工id |
assessEmpId | String | Y | 被考核人id |
assessEmpName | String | Y | 被考核人名字 |
planName | String | Y | 方案名称 |
inspectionStatus | Integer | Y | 节点类型 10:指标制定 20:指标确认 30: 完成值录入 40: 员工自评 50:考核评定 60: 绩效校准 70: 绩效沟通 80: 结果确认 |
inspectionStatusDesc | String | Y | 节点类型描述 |
todoStatus | Integeer | Y | 待办状态,1.开启,2.撤销, 3.通过 |
消息样例:
{
"messageId":"f4132204b7274a1c9c32656da237f9e4",
"type":"appraisal_todo",
"data":{
"pcUrl":"https://i.xinrenxinshi.com/performance/kpi/kpi-detail?planId=5bb418bccbea4a1a9b3777c0cdfc3e95&memberId=72e7039d0662473ab5fdf87b298bf9f6",
"h5Url":"https://e.xinrenxinshi.com/smart-kpi/pages/kpi-detail/kpi-detail?planId=5bb418bccbea4a1a9b3777c0cdfc3e95&assesseeEmpId=72e7039d0662473ab5fdf87b298bf9f6&fromType=1&isMyself=false",
"todoId":"425bac3a86ec440a88011b9fcf9b1668",
"todoEmpId":"72e7039d0662473ab5fdf87b298bf9f6",
"assessEmpId":"72e7039d0662473ab5fdf87b298bf9f6",
"assessEmpName":"测试员工",
"planName":"季度考核方案(预置)",
"inspectionStatus":10,
"inspectionStatusDesc":"指标制定",
"todoStatus":1
},
"sendtime":1670500111
}