From 9997acc43021d1868c12359a63b3f2245b7c5fb6 Mon Sep 17 00:00:00 2001 From: "leitao.zhang" Date: Mon, 7 Dec 2020 17:37:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=8B=BC=E6=8E=A5=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/handler/proxyhandler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/handler/proxyhandler.go b/src/handler/proxyhandler.go index a9c9d21..bffd39c 100644 --- a/src/handler/proxyhandler.go +++ b/src/handler/proxyhandler.go @@ -165,7 +165,7 @@ func Proxy(c *gin.Context) { reqURL.RawQuery = c.Request.URL.RawQuery } else { if c.Request.URL.RawQuery != "" { - reqURL.RawQuery = "&" + c.Request.URL.RawQuery + reqURL.RawQuery += "&" + c.Request.URL.RawQuery } } -- 2.26.0