This commit is contained in:
苏尹岚
2020-10-19 15:12:07 +08:00
parent f6feb80971
commit 50dd0d0844

View File

@@ -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