Authored by Rock Zhang

修改线上环境的接口域名为内部域名

@@ -23,9 +23,9 @@ class Yohobuy @@ -23,9 +23,9 @@ class Yohobuy
23 // const YOHOBUY_URL = 'http://www.yohobuy.com/'; 23 // const YOHOBUY_URL = 'http://www.yohobuy.com/';
24 24
25 //java API 25 //java API
26 - const API_URL = 'http://api.yoho.cn/';  
27 - const API_URL2 = 'http://api.yoho.cn/';  
28 - const SERVICE_URL = 'http://service.yoho.cn/'; 26 + const API_URL = 'http://api.yoho.yohoops.org/';
  27 + const API_URL2 = 'http://api.yoho.yohoops.org/';
  28 + const SERVICE_URL = 'http://service.yoho.yohoops.org/';
29 const YOHOBUY_URL = 'http://www.yohobuy.com/'; 29 const YOHOBUY_URL = 'http://www.yohobuy.com/';
30 const API_OLD = 'http://api2.open.yohobuy.com/'; 30 const API_OLD = 'http://api2.open.yohobuy.com/';
31 31