Skip to content

Commit

Permalink
feat: 会话变更事件新增客户账号ID
Browse files Browse the repository at this point in the history
  • Loading branch information
NICEXAI committed Nov 12, 2021
1 parent f3d6bb3 commit 9225630
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions syncmsg/message.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ type ReceptionistStatusChangeEvent struct {
EventType string `json:"event_type"` // 事件类型。此处固定为:servicer_status_change
ReceptionistUserID string `json:"servicer_userid"` // 客服人员userid
Status uint32 `json:"status"` // 状态类型。1-接待中 2-停止接待
OpenKFID string `json:"open_kfid"` // 客服帐号ID
} `json:"event"`
}

Expand Down

0 comments on commit 9225630

Please sign in to comment.