From 2cc50637a86074a3bf8905cf2e59320d8d00abf3 Mon Sep 17 00:00:00 2001 From: richboo111 Date: Fri, 12 Aug 2022 11:00:15 +0800 Subject: [PATCH] dd --- business/auth2/auth2.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/auth2/auth2.go b/business/auth2/auth2.go index e3de92b2f..69fb25aea 100644 --- a/business/auth2/auth2.go +++ b/business/auth2/auth2.go @@ -264,7 +264,7 @@ func LoginInternal(ctx *Context, authType, authID, authIDType, authSecret string } else { // 返回authBind中UserID为空表示只是认证,但本地没有记录,这种情况会返回临时TOKEN if authBindEx.UserHint != nil && authBindEx.UserID == "" { - globals.SugarLogger.Debug("进入") + globals.SugarLogger.Debug("进入,输出一下authBindEx,authBindEx.UserHint", authBindEx, authBindEx.UserHint) // 利用得到受信任的信息查找用户 // if authBindEx.UserHint.Mobile != "" { // user = userProvider.GetUser(authBindEx.UserHint.Mobile, UserIDMobile)