编辑岗位通知
消息说明:当编辑岗位数据时,推送此类消息
参数说明:
参数 | 类型 | 必传(Y/N) | 说明 |
---|---|---|---|
messageId | String | Y | 唯一标识一条消息 |
type | String | Y | 消息类型,固定为job_update |
sendtime | Long | Y | 消息推送时间戳(精确到秒) |
data | JobUpdatePushMsg | Y | 推送消息 |
JobUpdatePushMsg
参数 | 类型 | 必传(Y/N) | 说明 |
---|---|---|---|
jobId | String | Y | 岗位id |
name | String | Y | 岗位名称 |
code | String | N | 岗位编码 |
type | Integer | Y | 岗位分类 0-岗位分类,1-岗位实体 |
parentId | String | N | 岗位所属的分类id |
remark | String | N | 岗位备注 |
introduction | String | N | 岗位说明 |
departmentIds | List<String> | N | 岗位适用部门 |
rankIds | List<String> | N | 岗位适用职级 |
消息样例:
{
"messageId":"dabb93ba206f4c4f8dc4cf05481985a7",
"type":"job_update",
"data":{
"jobId":"bc3e5c61c74941508fd1e801317d262f",
"parentId":"a1e5ad54ac8e4449babdf86e9b0a0e37",
"type":1,
"name":"测试推送2",
"code":"测试推送22",
"remark":"222222",
"introduction":"2222222",
"departmentIds":[
"3773766ae7e141f49a9aa13da581958a"
],
"rankIds":[
"ec3f02a1dd364d2f8f2f7feb42c37dc2"
]
},
"sendtime":1629083550
}