From eb6ee369b2fa7fed1ade98ae7ff5a6424f1649b0 Mon Sep 17 00:00:00 2001 From: richboo111 Date: Mon, 3 Jul 2023 17:14:58 +0800 Subject: [PATCH] wxlogin --- platformapi/weixinapi/sns.go | 1 + 1 file changed, 1 insertion(+) diff --git a/platformapi/weixinapi/sns.go b/platformapi/weixinapi/sns.go index 2311c84b..efc22588 100644 --- a/platformapi/weixinapi/sns.go +++ b/platformapi/weixinapi/sns.go @@ -88,6 +88,7 @@ func (a *API) SNSRetrieveToken(code string) (tokenInfo *SNSTokenInfo, err error) globals.SugarLogger.Debugf("SNSRetrieveToken err=%v", err) return nil, err } + globals.SugarLogger.Debugf("SNSRetrieveToken result=%s", mapData2SNSToken(result)) return mapData2SNSToken(result), nil }