diff --git a/endpoints/endpoints.go b/endpoints/endpoints.go index 46e844d16..e4aa370e6 100644 --- a/endpoints/endpoints.go +++ b/endpoints/endpoints.go @@ -43,7 +43,7 @@ var Facebook = oauth2.Endpoint{ // Feishu is the endpoint for Feishu. var Feishu = oauth2.Endpoint{ - AuthURL: "https://open.feishu.cn/open-apis/authen/v1/authorize", + AuthURL: "https://accounts.feishu.cn/open-apis/authen/v1/authorize", TokenURL: "https://open.feishu.cn/open-apis/authen/v2/oauth/token", } @@ -106,7 +106,7 @@ var KaKao = oauth2.Endpoint{ // Lark is the endpoint for Lark. var Lark = oauth2.Endpoint{ - AuthURL: "https://open.larksuite.com/open-apis/authen/v1/authorize", + AuthURL: "https://accounts.larksuite.com/open-apis/authen/v1/authorize", TokenURL: "https://open.larksuite.com/open-apis/authen/v2/oauth/token", }