code review by fei.hong: do login and new sale search
Showing
1 changed file
with
10 additions
and
10 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 | /* 预览环境 java API */ | 32 | /* 预览环境 java API */ |
33 | // const API_URL = 'http://preapi.yoho.cn/'; | 33 | // const API_URL = 'http://preapi.yoho.cn/'; |
@@ -37,11 +37,11 @@ class Yohobuy | @@ -37,11 +37,11 @@ class Yohobuy | ||
37 | // const API_OLD = 'http://api2.open.yohobuy.com/'; | 37 | // const API_OLD = 'http://api2.open.yohobuy.com/'; |
38 | 38 | ||
39 | /* 测试环境 java API*/ | 39 | /* 测试环境 java API*/ |
40 | - const API_URL = 'http://testapi.yoho.cn:28078/'; // 'http://devapi.yoho.cn:58078/'; | ||
41 | - const DEV_API_URL = 'http://devapi.yoho.cn:58078/'; | ||
42 | - const SERVICE_URL = 'http://testservice.yoho.cn:28077/'; // 'http://devservice.yoho.cn:58077/'; | ||
43 | - const YOHOBUY_URL = 'http://www.yohobuy.com/'; | ||
44 | - const API_OLD = 'http://test2.open.yohobuy.com/'; | 40 | +// const API_URL = 'http://testapi.yoho.cn:28078/'; // 'http://devapi.yoho.cn:58078/'; |
41 | +// const DEV_API_URL = 'http://devapi.yoho.cn:58078/'; | ||
42 | +// const SERVICE_URL = 'http://testservice.yoho.cn:28077/'; // 'http://devservice.yoho.cn:58077/'; | ||
43 | +// const YOHOBUY_URL = 'http://www.yohobuy.com/'; | ||
44 | +// const API_OLD = 'http://test2.open.yohobuy.com/'; | ||
45 | 45 | ||
46 | /* 测试环境 php API*/ | 46 | /* 测试环境 php API*/ |
47 | // const API_URL = 'http://test2.open.yohobuy.com/'; | 47 | // const API_URL = 'http://test2.open.yohobuy.com/'; |
-
Please register or login to post a comment