From b5b9e92e630b6f00d0bd2ca3d735850eb357befb Mon Sep 17 00:00:00 2001 From: junleea <354425203@qq.com> Date: Mon, 28 Apr 2025 13:19:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=B8=89=E6=96=B9=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0gitee,=E4=BF=AE=E6=94=B9url?= 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 bd59b2e..b310dd1 100644 --- a/handler/tool.go +++ b/handler/tool.go @@ -794,7 +794,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/gitee_callback") baseUri := proto.GiteeAuthorizeBaseUrl respUrl = fmt.Sprintf("%s?%s", baseUri, params.Encode()) }