Showing
1 changed file
with
7 additions
and
7 deletions
@@ -30,15 +30,15 @@ class Yohobuy | @@ -30,15 +30,15 @@ class Yohobuy | ||
30 | // const API_OLD = 'http://api2.open.yohobuy.com/'; | 30 | // const API_OLD = 'http://api2.open.yohobuy.com/'; |
31 | 31 | ||
32 | // 测试环境 */ | 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/'; | ||
35 | - // const YOHOBUY_URL = 'http://www.yohobuy.com/'; | 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/'; | ||
35 | + const YOHOBUY_URL = 'http://www.yohobuy.com/'; | ||
36 | 36 | ||
37 | #dev环境 | 37 | #dev环境 |
38 | - const API_URL = 'http://devapi.yoho.cn:58078/'; // 'http://192.168.102.205:8080/gateway/' | ||
39 | - const SERVICE_URL = 'http://devservice.yoho.cn:58077/'; | ||
40 | - const YOHOBUY_URL = 'http://www.yohobuy.com/'; | ||
41 | - const API_OLD = 'http://test2.open.yohobuy.com/'; | 38 | +// const API_URL = 'http://devapi.yoho.cn:58078/'; // 'http://192.168.102.205:8080/gateway/' |
39 | +// const SERVICE_URL = 'http://devservice.yoho.cn:58077/'; | ||
40 | +// const YOHOBUY_URL = 'http://www.yohobuy.com/'; | ||
41 | +// const API_OLD = 'http://test2.open.yohobuy.com/'; | ||
42 | 42 | ||
43 | /* 预览环境 */ | 43 | /* 预览环境 */ |
44 | // const API_URL = 'http://preapi.yoho.cn/'; | 44 | // const API_URL = 'http://preapi.yoho.cn/'; |
-
Please register or login to post a comment