mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 02:48:34 +08:00
[优化] http请求工具
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user