|
|
@@ -48,7 +48,7 @@ public class HttpUtils {
|
|
|
* @return
|
|
|
* @throws Exception
|
|
|
*/
|
|
|
- public static HttpResponse doGet(String host, String path, String method, Map<String, String> headers, Map<String, String> querys) throws Exception {
|
|
|
+/* public static HttpResponse doGet(String host, String path, String method, Map<String, String> headers, Map<String, String> querys) throws Exception {
|
|
|
HttpClient httpClient = wrapClient(host);
|
|
|
|
|
|
HttpGet request = new HttpGet(buildUrl(host, path, querys));
|
|
|
@@ -57,7 +57,7 @@ public class HttpUtils {
|
|
|
}
|
|
|
|
|
|
return httpClient.execute(request);
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
/**
|
|
|
* @param host
|