dd
This commit is contained in:
@@ -276,7 +276,7 @@ func LoginInternal(ctx *Context, authType, authID, authIDType, authSecret string
|
||||
// authBindEx.UserID = user.GetID()
|
||||
// }
|
||||
//if user3:=api.DingDingAPI.GetUserID(a)
|
||||
if user2 := userProvider.GetUser(authBindEx.AuthID2, authIDType); user2 != nil {
|
||||
if user2 := userProvider.GetUser(authBindEx.AuthID2, "auth_id2"); user2 != nil {
|
||||
user = user2
|
||||
}
|
||||
globals.SugarLogger.Debug("user检测1=============", user)
|
||||
|
||||
Reference in New Issue
Block a user