离职交接审批人节点操作通知
消息说明:当离职交接一个步骤里单个审批人的所有交接项处理完后,会推送此消息(适用场景示例:需要更新单个步骤里单个审批人的待办,可以接受此消息)
参数说明:
参数 | 类型 | 必传(Y/N) | 说明 |
---|---|---|---|
messageId | String | Y | 唯一标识一条消息 |
type | String | Y | 消息类型,固定为handover_node_operate |
sendtime | Long | Y | 消息推送时间戳(精确到秒) |
data | DismissHandOverPushMsg | Y | 推送消息 |
DismissHandOverPushMsg
参数 | 类型 | 必传(Y/N) | 说明 |
---|---|---|---|
id | Integer | Y | 离职交接id |
operatorId | String | Y | 操作人id |
operatorType | Integer | Y | 操作人类型 1-员工,1-管理员 |
handoverDirectorEmployeeId | String | Y | 交接人id(更新的交接项所属的审批人) |
approveStatus | Integer | Y | 审批状态:1-确认交接,2-转交 |
operateTime | Integer | Y | 操作时间 |
消息样例:
{
"messageId":"de8e1d058f68471a928cb4b6e90cda1d",
"type":"handover_node_operate",
"data":{
"id":211,
"operatorId":"5b8e352b2d63496dbc630cf5a2cd498c",
"operatorType":2,
"handoverDirectorEmployeeId":"b4ce23fc13e54996af85492cb2f2843f",
"approveStatus":2,
"operateTime":1662691549
},
"sendtime":1662691549
}