Browse Source

#1494

update
pull/1565/head
Gitea 3 years ago
parent
commit
7545c65565
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      routers/authentication/wechat_event.go

+ 1
- 1
routers/authentication/wechat_event.go View File

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


Loading…
Cancel
Save