From ff4e84e2e0aef75c31c75ba9f878046cb9c8bc33 Mon Sep 17 00:00:00 2001 From: richboo111 Date: Fri, 12 Aug 2022 10:15:46 +0800 Subject: [PATCH] dd --- business/auth2/auth2.go | 1 + 1 file changed, 1 insertion(+) 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 = "" }