Skip to content

Commit

Permalink
feat: 微信客服会话变更事件支持查看客服账号ID (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
NICEXAI authored Nov 15, 2021
1 parent 566c3c2 commit 74053fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions work/kf/syncmsg/message.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ type ReceptionistStatusChangeEvent struct {
Event struct {
EventType string `json:"event_type"` // 事件类型。此处固定为:servicer_status_change
ReceptionistUserID string `json:"servicer_userid"` // 客服人员userid
OpenKFID string `json:"open_kfid"` // 客服帐号ID
Status uint32 `json:"status"` // 状态类型。1-接待中 2-停止接待
} `json:"event"`
}
Expand Down

0 comments on commit 74053fe

Please sign in to comment.