|
|
@@ -64,11 +64,11 @@ public class ApiDataTag extends JTag {
|
|
|
*/
|
|
|
public static void initCollection() {
|
|
|
// 商城最新询价
|
|
|
- apiDataCollection.put("mall_inquiry_new", new ApiData("mall_inquiry_new", "https://api-inquiry.usoftmall.com/inquiry/public?pageNumber=1&pageSize=12"));
|
|
|
+ apiDataCollection.put("mall_inquiry_new", new ApiData("mall_inquiry_new", "http://api-inquiry.usoftchina.com/inquiry/public?pageNumber=1&pageSize=12"));
|
|
|
// 商城热卖店铺
|
|
|
- apiDataCollection.put("mall_stores_hot", new ApiData("mall_stores_hot", "https://www.usoftmall.com/api/store-service/stores?page=1&count=8&type=AGENCY-DISTRIBUTION&field=&op=similar"));
|
|
|
+ apiDataCollection.put("mall_stores_hot", new ApiData("mall_stores_hot", "http://mall.usoftchina.com/api/store-service/stores?page=1&count=8&type=AGENCY-DISTRIBUTION&field=&op=similar"));
|
|
|
// 商城热卖产品
|
|
|
- apiDataCollection.put("mall_products_new", new ApiData("mall_products_new", "https://cms.usoftmall.com/cmsApi?method=queryContentPage&module=home_expand_f2&orderBy=order_number%20ASC"));
|
|
|
+ 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"));
|