diff --git a/serveEvents.go b/serveEvents.go index 60f33d4..f49b58c 100644 --- a/serveEvents.go +++ b/serveEvents.go @@ -22,8 +22,8 @@ func (ss *openIDSessionData) serveEvents(in *InWechatMsg) (processed bool) { in.replyText("") onLocation(in) case "CLICK": - in.replyText("") onClick(ss, in) + in.replyText("") //safeguard case "VIEW": in.replyText("VIEW" + e.EventKey) case "TEMPLATESENDJOBFINISH": @@ -36,6 +36,7 @@ func (ss *openIDSessionData) serveEvents(in *InWechatMsg) (processed bool) { // // //in.replyText("TEMPLATESENDJOBFINISH") + in.replyText("") } return }