From 7545c65565e9cc7881af8e59b43fe3986659e467 Mon Sep 17 00:00:00 2001 From: Gitea Date: Mon, 21 Feb 2022 11:08:54 +0800 Subject: [PATCH] #1494 update --- routers/authentication/wechat_event.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routers/authentication/wechat_event.go b/routers/authentication/wechat_event.go index 494d2cd89..e007902a9 100644 --- a/routers/authentication/wechat_event.go +++ b/routers/authentication/wechat_event.go @@ -45,7 +45,7 @@ func AcceptWechatEvent(ctx *context.Context) { we := WechatEvent{} xml.Unmarshal(b, &we) - log.Info("accept wechat event= %v", b) + log.Info("accept wechat event= %v", we) key := redis_key.WechatBindingUserIdKey(we.EventKey) val, _ := redis_client.Get(key) if val == "" {