...
|
...
|
@@ -24,8 +24,8 @@ class Yohobuy |
|
|
// const YOHOBUY_URL = 'http://www.yohobuy.com/';
|
|
|
|
|
|
/* 测试环境 */
|
|
|
const API_URL = 'http://test2.open.yohobuy.com/';
|
|
|
const SERVICE_URL = 'http://test.service.api.yohobuy.com/';
|
|
|
const API_URL = 'http://preview.open.yohobuy.com/';
|
|
|
const SERVICE_URL = 'http://preview.service.yohobuy.com/';
|
|
|
const YOHOBUY_URL = 'http://www.yohobuy.com/';
|
|
|
const API_URL_MYCENTER = 'http://192.168.102.213:8080/api-gateway-web/'; // 我的个人中心接口URL
|
|
|
const API_URL_SHOPINGCART = 'http://192.168.102.213:8080/api-gateway-web/'; // 我的购物车接口URL
|
...
|
...
|
|