소스 검색

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

ouyang 1 년 전
부모
커밋
88b5aa7980
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      soc-modules/soc-modules-core/src/main/java/com/xunmei/core/weather/utils/HttpUtils.java

+ 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