Authored by Rock Zhang

Merge branch 'hotfix/interface-change'

@@ -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