[优化] http请求工具

This commit is contained in:
PandaX
2024-03-05 16:23:44 +08:00
parent ed9c37f9df
commit 001e2cde49

View File

@@ -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()
}