|
@@ -31,10 +31,10 @@ class Yohobuy |
|
@@ -31,10 +31,10 @@ class Yohobuy |
31
|
|
31
|
|
32
|
// /* 测试环境 */
|
32
|
// /* 测试环境 */
|
33
|
// const API_URL = 'http://testapi.yoho.cn:28078/';
|
33
|
// const API_URL = 'http://testapi.yoho.cn:28078/';
|
34
|
- const API_URL = 'http://192.168.102.205:8080/gateway/'; // 先临时使用网关
|
|
|
35
|
- const SERVICE_URL = 'http://testservice.yoho.cn:28077/';
|
|
|
36
|
- const YOHOBUY_URL = 'http://www.yohobuy.com/';
|
|
|
37
|
- const API_OLD = 'http://test2.open.yohobuy.com/';
|
34
|
+// const API_URL = 'http://192.168.102.205:8080/gateway/'; // 先临时使用网关
|
|
|
35
|
+// const SERVICE_URL = 'http://testservice.yoho.cn:28077/';
|
|
|
36
|
+// const YOHOBUY_URL = 'http://www.yohobuy.com/';
|
|
|
37
|
+// const API_OLD = 'http://test2.open.yohobuy.com/';
|
38
|
|
38
|
|
39
|
/* 预览环境 */
|
39
|
/* 预览环境 */
|
40
|
// const API_URL = 'http://preapi.yoho.cn/';
|
40
|
// const API_URL = 'http://preapi.yoho.cn/';
|
|
@@ -44,10 +44,10 @@ class Yohobuy |
|
@@ -44,10 +44,10 @@ class Yohobuy |
44
|
// const API_OLD = 'http://api2.open.yohobuy.com/';
|
44
|
// const API_OLD = 'http://api2.open.yohobuy.com/';
|
45
|
|
45
|
|
46
|
/* PC重构地址 */
|
46
|
/* PC重构地址 */
|
47
|
-// const API_URL = 'http://test2.open.yohobuy.com/';
|
|
|
48
|
-// const SERVICE_URL = 'http://test.service.api.yohobuy.com/';
|
|
|
49
|
-// const YOHOBUY_URL = 'http://www.yohobuy.com/';
|
|
|
50
|
-// const API_OLD = 'http://api2.open.yohobuy.com/';
|
47
|
+ const API_URL = 'http://test2.open.yohobuy.com/';
|
|
|
48
|
+ const SERVICE_URL = 'http://test.service.api.yohobuy.com/';
|
|
|
49
|
+ const YOHOBUY_URL = 'http://www.yohobuy.com/';
|
|
|
50
|
+ const API_OLD = 'http://api2.open.yohobuy.com/';
|
51
|
|
51
|
|
52
|
/**
|
52
|
/**
|
53
|
* 私钥列表
|
53
|
* 私钥列表
|