diff --git a/business/auth2/auth2.go b/business/auth2/auth2.go index ba02a9ff9..0a538dc99 100644 --- a/business/auth2/auth2.go +++ b/business/auth2/auth2.go @@ -318,6 +318,7 @@ func LoginInternal(ctx *Context, authType, authID, authIDType, authSecret string } else { err = ErrIllegalAuthType } + globals.SugarLogger.Debug("我到最末端了===========================") return authInfo, err }