Authored by Rock Zhang

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

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