Browse Source

修改闯客网的域名地址

suntg 7 years ago
parent
commit
80c4f95d44

+ 10 - 10
jpress-web-core/src/main/java/io/jpress/ui/freemarker/tag/ApiDataTag.java

@@ -75,27 +75,27 @@ public class ApiDataTag extends JTag {
 		apiDataCollection.put("mall_products_new", new ApiData("mall_products_new", "http://cms.usoftchina.com/cmsApi?method=queryContentPage&module=home_expand_f2&orderBy=order_number%20ASC"));
 
 		// 众创项目需求
-		apiDataCollection.put("uuzcc_program_requires", new ApiData("uuzcc_program_requires", "https://login.uuzcc.com/ubtob/index/gettask"));
+		apiDataCollection.put("uuzcc_program_requires", new ApiData("uuzcc_program_requires", "https://login.usoftchina.com/ubtob/index/gettask"));
 		// 众创项目动态
-		apiDataCollection.put("uuzcc_program_updates", new ApiData("uuzcc_program_updates", "https://login.uuzcc.com/ubtob/index/getTaskBid"));
+		apiDataCollection.put("uuzcc_program_updates", new ApiData("uuzcc_program_updates", "https://login.usoftchina.com/ubtob/index/getTaskBid"));
 		// 众创方案分类
-		apiDataCollection.put("uuzcc_program_types", new ApiData("uuzcc_program_types", "https://login.uuzcc.com/ubtob/index/getProgrammeIndus"));
+		apiDataCollection.put("uuzcc_program_types", new ApiData("uuzcc_program_types", "https://login.usoftchina.com/ubtob/index/getProgrammeIndus"));
 
 		// 众创方案分类详细
-		apiDataCollection.put("uuzcc_program_types_list", new ApiData("uuzcc_program_types_list", "https://login.uuzcc.com/ubtob/index/getProgramme?id=458"));
+		apiDataCollection.put("uuzcc_program_types_list", new ApiData("uuzcc_program_types_list", "https://login.usoftchina.com/ubtob/index/getProgramme?id=458"));
 
 		// 帖子排行榜
-		apiDataCollection.put("discuss_post_list", new ApiData("discuss_post_list", "https://login.uuzcc.com/ubtob/index/getThread"));
+		apiDataCollection.put("discuss_post_list", new ApiData("discuss_post_list", "https://login.usoftchina.com/ubtob/index/getThread"));
 		// 热门集锦
-		apiDataCollection.put("news_hot_list", new ApiData("news_hot_list", "https://login.uuzcc.com/ubtob/index/getArticle?id=16"));
+		apiDataCollection.put("news_hot_list", new ApiData("news_hot_list", "https://login.usoftchina.com/ubtob/index/getArticle?id=16"));
 		// IC快讯
-		apiDataCollection.put("news_ic", new ApiData("news_ic", "https://login.uuzcc.com/ubtob/index/getArticle"));
+		apiDataCollection.put("news_ic", new ApiData("news_ic", "https://login.usoftchina.com/ubtob/index/getArticle"));
 		// 智能家居
-		apiDataCollection.put("news_smart_home", new ApiData("news_smart_home", "https://login.uuzcc.com/ubtob/index/getArticle?id=18&limit=8"));
+		apiDataCollection.put("news_smart_home", new ApiData("news_smart_home", "https://login.usoftchina.com/ubtob/index/getArticle?id=18&limit=8"));
 		// 最新资讯
-		apiDataCollection.put("news_lastest", new ApiData("news_lastest", "https://login.uuzcc.com/ubtob/index/getNewArtList"));
+		apiDataCollection.put("news_lastest", new ApiData("news_lastest", "https://login.usoftchina.com/ubtob/index/getNewArtList"));
 		// 热门资讯
-		apiDataCollection.put("news_hotest", new ApiData("news_hotest", "https://login.uuzcc.com/ubtob/index/getNewArtList?type=hot"));
+		apiDataCollection.put("news_hotest", new ApiData("news_hotest", "https://login.usoftchina.com/ubtob/index/getNewArtList?type=hot"));
 
 		// 优软商城统计数据-交易额
 //		apiDataCollection.put("mall_count_thisYear", new ApiData("mall_count_thisYear", "https://mall.usoftchina.com/api/product/commoncount/21/count"));