Showing
1 changed file
with
2 additions
and
2 deletions
@@ -24,8 +24,8 @@ class Yohobuy | @@ -24,8 +24,8 @@ class Yohobuy | ||
24 | // const YOHOBUY_URL = 'http://www.yohobuy.com/'; | 24 | // const YOHOBUY_URL = 'http://www.yohobuy.com/'; |
25 | 25 | ||
26 | /* 测试环境 */ | 26 | /* 测试环境 */ |
27 | - const API_URL = 'http://test2.open.yohobuy.com/'; | ||
28 | - const SERVICE_URL = 'http://test.service.api.yohobuy.com/'; | 27 | + const API_URL = 'http://devapi.yoho.cn:58078/'; |
28 | + const SERVICE_URL = 'http://devservice.yoho.cn:58077/'; | ||
29 | const YOHOBUY_URL = 'http://www.yohobuy.com/'; | 29 | const YOHOBUY_URL = 'http://www.yohobuy.com/'; |
30 | const YOHOBUY_ORDER = 'http://192.168.102.205:8084/order/'; //我的订单 | 30 | const YOHOBUY_ORDER = 'http://192.168.102.205:8084/order/'; //我的订单 |
31 | const API_URL_MYCENTER = 'http://192.168.102.205:8081/users/'; // 我的个人中心接口URL | 31 | const API_URL_MYCENTER = 'http://192.168.102.205:8081/users/'; // 我的个人中心接口URL |
-
Please register or login to post a comment