From 50dd0d08440e8f9e90a69b9f7c3c750fe22724e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Mon, 19 Oct 2020 15:12:07 +0800 Subject: [PATCH] weixin --- business/auth2/authprovider/weixin/weixin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/auth2/authprovider/weixin/weixin.go b/business/auth2/authprovider/weixin/weixin.go index 2f4b344a9..fd7df5196 100644 --- a/business/auth2/authprovider/weixin/weixin.go +++ b/business/auth2/authprovider/weixin/weixin.go @@ -57,7 +57,7 @@ func init() { } func (a *Auther) VerifySecret(id, secret string) (authBindEx *auth2.AuthBindEx, err error) { - globals.SugarLogger.Debugf("weixin VerifySecret id:%s secret:%s", secret, secret) + globals.SugarLogger.Debugf("weixin VerifySecret id:%s secret:%s", id, secret) var openID, accessToken string if a.authType != AuthTypeWXNative { state := id