From c331ae3996e9df5a3a589939701df304ce3ce52f Mon Sep 17 00:00:00 2001 From: gazebo Date: Mon, 6 Jan 2020 17:30:36 +0800 Subject: [PATCH] fk --- 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 6b7ce94da..da46bbc13 100644 --- a/business/auth2/auth2.go +++ b/business/auth2/auth2.go @@ -285,7 +285,7 @@ func Login(ctx *Context, authType, authID, authIDType, authSecret string) (authI if authSecret == InternalAuthSecret { authSecret = "" } - return LoginInternal(ctx, authIDType, authID, authIDType, authSecret) + return LoginInternal(ctx, authType, authID, authIDType, authSecret) } // 通过临时TOKEN绑定新创建的用户