From 4f8e99e93936269911404b1a997c63c786a77c86 Mon Sep 17 00:00:00 2001 From: richboo111 Date: Fri, 12 Aug 2022 10:01:11 +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 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 }