Showing
1 changed file
with
10 additions
and
26 deletions
@@ -23,38 +23,22 @@ class Yohobuy | @@ -23,38 +23,22 @@ 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://apih5.yoho.cn/'; | ||
27 | - const API_URL2 = 'http://apih5.yoho.cn/'; | ||
28 | - const SERVICE_URL = 'http://serviceh5.yoho.cn/'; | 26 | + /*const API_URL = 'http://api.yoho.cn/'; |
27 | + const API_URL2 = 'http://api.yoho.cn/'; | ||
28 | + const SERVICE_URL = 'http://service.yoho.cn/'; | ||
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 | ||
32 | -// const API_URL = 'http://api.yoho.cn/'; | ||
33 | -// const API_URL2 = 'http://api.yoho.cn/'; | ||
34 | -// const SERVICE_URL = 'http://service.yoho.cn/'; | ||
35 | -// const YOHOBUY_URL = 'http://www.yohobuy.com/'; | ||
36 | -// const API_OLD = 'http://api2.open.yohobuy.com/'; | ||
37 | - | ||
38 | - /* 预览环境 java API */ | ||
39 | -// const API_URL = 'http://preapi.yoho.cn/'; | ||
40 | -// const API_URL2 = 'http://preapi.yoho.cn/'; | ||
41 | -// const SERVICE_URL = 'http://serviceh5.yoho.cn/'; | ||
42 | -// const YOHOBUY_URL = 'http://www.yohobuy.com/'; | ||
43 | -// const API_OLD = 'http://api2.open.yohobuy.com/'; | ||
44 | - | ||
45 | - /* 测试环境 java API*/ | ||
46 | - const API_URL = 'http://testapi.yoho.cn:28078/'; // 'http://devapi.yoho.cn:58078/'; | ||
47 | - const API_URL = 'http://devapi.yoho.cn:58078/'; | ||
48 | - const DEV_API_URL = 'http://devapi.yoho.cn:58078/'; | ||
49 | - const SERVICE_URL = 'http://testservice.yoho.cn:28077/'; // 'http://devservice.yoho.cn:58077/'; | ||
50 | - const DEV_SERVICE_URL = 'http://devservice.yoho.cn:58077/'; | ||
51 | - const PRD_SERVICE_URL = 'http://serviceh5.yoho.cn/'; | 32 | + // 测试环境 */ |
33 | + const API_URL = 'http://testapi.yoho.cn:28078/'; // 'http://192.168.102.205:8080/gateway/' | ||
34 | + const SERVICE_URL = 'http://testservice.yoho.cn:28077/'; | ||
52 | const YOHOBUY_URL = 'http://www.yohobuy.com/'; | 35 | const YOHOBUY_URL = 'http://www.yohobuy.com/'; |
53 | const API_OLD = 'http://test2.open.yohobuy.com/'; | 36 | const API_OLD = 'http://test2.open.yohobuy.com/'; |
54 | 37 | ||
55 | - /* 测试环境 php API*/ | ||
56 | -// const API_URL = 'http://test2.open.yohobuy.com/'; | ||
57 | -// const SERVICE_URL = 'http://test.service.api.yohobuy.com/'; | 38 | + /* 预览环境 */ |
39 | +// const API_URL = 'http://preapi.yoho.cn/'; | ||
40 | +// const API_URL2 = 'http://preapi.yoho.cn/'; | ||
41 | +// const SERVICE_URL = 'http://preservice.yoho.cn/'; | ||
58 | // const YOHOBUY_URL = 'http://www.yohobuy.com/'; | 42 | // const YOHOBUY_URL = 'http://www.yohobuy.com/'; |
59 | // const API_OLD = 'http://api2.open.yohobuy.com/'; | 43 | // const API_OLD = 'http://api2.open.yohobuy.com/'; |
60 | 44 |
-
Please register or login to post a comment