1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-04 12:52:27 +08:00

feat: 微信客服会话变更事件支持查看客服账号ID (#510)

This commit is contained in:
Afeyer
2021-11-15 19:16:12 +08:00
committed by GitHub
parent 566c3c27cb
commit 74053fe6ef

View File

@@ -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"`
}