From fd2f1456e2da64cfa3be7ef5897ec4a12d99653f Mon Sep 17 00:00:00 2001 From: junleea <354425203@qq.com> Date: Sat, 17 May 2025 11:35:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=AC=AC=E4=B8=89=E6=96=B9?= =?UTF-8?q?=E7=99=BB=E5=BD=95gitee=E7=99=BB=E5=BD=95=E5=9B=9E=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- handler/tool.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handler/tool.go b/handler/tool.go index 1d9ff66..84bc2b8 100644 --- a/handler/tool.go +++ b/handler/tool.go @@ -809,7 +809,7 @@ func GetThirdPartyAuthUrl(c *gin.Context) { //response_type=code params.Add("response_type", "code") params.Add("state", stateBase64Str) - params.Add("redirect_uri", "https://pm.ljsea.top/tool/gitee_callback") + params.Add("redirect_uri", "https://pm.ljsea.top/tool/third_party_callback") baseUri := proto.GiteeAuthorizeBaseUrl respUrl = fmt.Sprintf("%s?%s", baseUri, params.Encode()) case "google":