From 03a58bb627c27aeae5a604bc50bac05d02f39792 Mon Sep 17 00:00:00 2001 From: Patrick Peng Sun Date: Thu, 6 Jul 2017 17:12:43 +1000 Subject: [PATCH] temp echo to make sure it does not show 'unavailable' --- serveEvents.go | 3 +++ 1 file changed, 3 insertions(+) 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": // //