From 001e2cde49a3be1a73eabf2004ce650a9fed8d64 Mon Sep 17 00:00:00 2001 From: PandaX <18610165312@163.com> Date: Tue, 5 Mar 2024 16:23:44 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BC=98=E5=8C=96]=20http=E8=AF=B7=E6=B1=82?= =?UTF-8?q?=E5=B7=A5=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kit/httpclient/fetch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kit/httpclient/fetch.go b/kit/httpclient/fetch.go index 793a0f8..7efda14 100644 --- a/kit/httpclient/fetch.go +++ b/kit/httpclient/fetch.go @@ -66,7 +66,7 @@ func (r *RequestWrapper) GetByParam(paramMap map[string]string) *ResponseWrapper } params += k + "=" + v } - r.url += "?" + params + r.url += params return r.Get() }