From 16d303f2754e223926373af68ab4b5bdd0036cf3 Mon Sep 17 00:00:00 2001 From: junleea <354425203@qq.com> Date: Sat, 17 May 2025 15:43:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9gitea=E7=AC=AC=E4=B8=89?= =?UTF-8?q?=E6=96=B9=E7=99=BB=E5=BD=95=E5=8C=85=E5=90=AB=E5=AE=98=E6=96=B9?= =?UTF-8?q?=E5=8F=8A=E6=88=91=E8=87=AA=E9=83=A8=E7=BD=B2=E8=AF=B7=E6=B1=82?= =?UTF-8?q?token=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- worker/thirdParty.go | 1 + 1 file changed, 1 insertion(+) diff --git a/worker/thirdParty.go b/worker/thirdParty.go index 1acb471..4097ab9 100644 --- a/worker/thirdParty.go +++ b/worker/thirdParty.go @@ -546,6 +546,7 @@ func GetGiteaAccessTokenByCode(baseUrl, code string, redirectURI string, clientI } err = json.Unmarshal(respBytes, &resp) if err != nil { + log.Println("gitea response decode err:", err, " response content:", string(respBytes)) return resp, err } return resp, nil