diff --git a/business/auth2/auth2.go b/business/auth2/auth2.go index 0a538dc99..694f8e521 100644 --- a/business/auth2/auth2.go +++ b/business/auth2/auth2.go @@ -323,6 +323,7 @@ func LoginInternal(ctx *Context, authType, authID, authIDType, authSecret string } func Login(ctx *Context, authType, authID, authIDType, authSecret string) (authInfo *AuthInfo, err error) { + globals.SugarLogger.Debug("我进入login了===========================") if authSecret == InternalAuthSecret { authSecret = "" }