diff --git a/serveEvents.go b/serveEvents.go index 357c9b2..95b84ad 100644 --- a/serveEvents.go +++ b/serveEvents.go @@ -13,10 +13,13 @@ func (ss *openIDSessionData) serveEvents(in InWechatMsg) (processed bool) { onUnSubscribe(in) return case "SCAN": + in.replyText("SCAN/" + e.EventKey) case "LOCATION": in.replyText("LOCATION") case "CLICK": + in.replyText("CLICK/" + e.EventKey) case "VIEW": + in.replyText("CLICK" + e.EventKey) case "TEMPLATESENDJOBFINISH": // //