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