From 72d0db01f36f5eff5b67e740dae81f325085dd5c Mon Sep 17 00:00:00 2001 From: tangfutang Date: Fri, 28 Aug 2020 21:22:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=8E=B7=E5=8F=96app?= =?UTF-8?q?=E6=96=B0=E9=97=BB=E5=88=97=E8=A1=A8=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src_app_fresh/com/base/util/HttpClientUtil.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src_app_fresh/com/base/util/HttpClientUtil.java b/src_app_fresh/com/base/util/HttpClientUtil.java index ca9414ad2..8a2bef1e8 100644 --- a/src_app_fresh/com/base/util/HttpClientUtil.java +++ b/src_app_fresh/com/base/util/HttpClientUtil.java @@ -19,9 +19,9 @@ public class HttpClientUtil { public static String getNewsData(String type,String parms) throws Exception{ String url = ""; if("bannerList".equals(type)){ - url="http://47.94.109.18/apzl/art/bannerList"; + url="http://47.93.227.86/app_article/art/bannerList"; }else if ("artList".equals(type)){ - url="http://47.94.109.18:8082/apzl/art/artList"; + url="http://47.93.227.86/app_article/art/artList"; } //创建连接对象 HttpClient httpClient = new HttpClient();