From 7b85fe0254f60880fa873ab38eb201d5ce3a5dc2 Mon Sep 17 00:00:00 2001 From: xyiege Date: Wed, 8 Feb 2023 10:57:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=8F=E8=94=BD=E6=97=A5=E5=BF=97=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/cn/chjyj/szwh/utils/RequestUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/cn/chjyj/szwh/utils/RequestUtils.java b/src/main/java/cn/chjyj/szwh/utils/RequestUtils.java index 9333080..13e9637 100644 --- a/src/main/java/cn/chjyj/szwh/utils/RequestUtils.java +++ b/src/main/java/cn/chjyj/szwh/utils/RequestUtils.java @@ -68,7 +68,7 @@ public class RequestUtils { } // 转换为jsonobject - logger.info("httpGet状态:"+status); + //logger.info("httpGet状态:"+status); } catch (ClientProtocolException e) { logger.error("请求错误:"+e); e.printStackTrace();