Showing
1 changed file
with
12 additions
and
12 deletions
@@ -23,11 +23,11 @@ class Yohobuy | @@ -23,11 +23,11 @@ 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/'; | ||
29 | -// const YOHOBUY_URL = 'http://www.yohobuy.com/'; | ||
30 | -// const API_OLD = 'http://api2.open.yohobuy.com/'; | 26 | + const API_URL = 'http://apih5.yoho.cn/'; |
27 | + const API_URL2 = 'http://apih5.yoho.cn/'; | ||
28 | + const SERVICE_URL = 'http://serviceh5.yoho.cn/'; | ||
29 | + const YOHOBUY_URL = 'http://www.yohobuy.com/'; | ||
30 | + const API_OLD = 'http://api2.open.yohobuy.com/'; | ||
31 | 31 | ||
32 | // const API_URL = 'http://api.yoho.cn/'; | 32 | // const API_URL = 'http://api.yoho.cn/'; |
33 | // const API_URL2 = 'http://api.yoho.cn/'; | 33 | // const API_URL2 = 'http://api.yoho.cn/'; |
@@ -44,13 +44,13 @@ class Yohobuy | @@ -44,13 +44,13 @@ class Yohobuy | ||
44 | 44 | ||
45 | /* 测试环境 java API*/ | 45 | /* 测试环境 java API*/ |
46 | // const API_URL = 'http://testapi.yoho.cn:28078/'; // 'http://devapi.yoho.cn:58078/'; | 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/'; | ||
52 | - const YOHOBUY_URL = 'http://www.yohobuy.com/'; | ||
53 | - const API_OLD = 'http://test2.open.yohobuy.com/'; | 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/'; | ||
52 | +// const YOHOBUY_URL = 'http://www.yohobuy.com/'; | ||
53 | +// const API_OLD = 'http://test2.open.yohobuy.com/'; | ||
54 | 54 | ||
55 | /* 测试环境 php API*/ | 55 | /* 测试环境 php API*/ |
56 | // const API_URL = 'http://test2.open.yohobuy.com/'; | 56 | // const API_URL = 'http://test2.open.yohobuy.com/'; |
-
Please register or login to post a comment