From d029659628670340b3362df423d32b3fbbf3f0e4 Mon Sep 17 00:00:00 2001 From: richboo111 Date: Thu, 11 Aug 2022 14:13:49 +0800 Subject: [PATCH] dd --- business/auth2/auth2.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/business/auth2/auth2.go b/business/auth2/auth2.go index 2d96e8e5e..9873a462b 100644 --- a/business/auth2/auth2.go +++ b/business/auth2/auth2.go @@ -278,7 +278,9 @@ func LoginInternal(ctx *Context, authType, authID, authIDType, authSecret string user = userProvider.GetUser(authBindEx.UserID, UserIDID) } } + globals.SugarLogger.Debug("输出authBindEx", authBindEx) authInfo = createAuthInfo(user, authBindEx) + globals.SugarLogger.Debug("输出authInfo", authInfo) if user != nil && user.GetID() != "" { userProvider.UpdateLastLogin(user.GetID(), authType, ctx.GetRealRemoteIP()) }