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 == "" {