修改获取app新闻列表地址

This commit is contained in:
tangfutang 2020-08-28 21:22:41 +08:00
parent 1a8eba720f
commit 72d0db01f3

View File

@ -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();