Browse Source

屏蔽日志状态值

master
xyiege 3 years ago
parent
commit
7b85fe0254
  1. 2
      src/main/java/cn/chjyj/szwh/utils/RequestUtils.java

2
src/main/java/cn/chjyj/szwh/utils/RequestUtils.java

@ -68,7 +68,7 @@ public class RequestUtils {
} }
// 转换为jsonobject // 转换为jsonobject
logger.info("httpGet状态:"+status); //logger.info("httpGet状态:"+status);
} catch (ClientProtocolException e) { } catch (ClientProtocolException e) {
logger.error("请求错误:"+e); logger.error("请求错误:"+e);
e.printStackTrace(); e.printStackTrace();

Loading…
Cancel
Save