瀏覽代碼

处理监控调阅定时更改过期任务的问题

ouyang 1 年之前
父節點
當前提交
88b5aa7980

+ 2 - 2
soc-modules/soc-modules-core/src/main/java/com/xunmei/core/weather/utils/HttpUtils.java

@@ -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