更新订单,个人中心,商品详情页,购物车接口地址
Showing
1 changed file
with
3 additions
and
3 deletions
@@ -27,10 +27,10 @@ class Yohobuy | @@ -27,10 +27,10 @@ class Yohobuy | ||
27 | const API_URL = 'http://testapi.yoho.cn:28078/'; | 27 | const API_URL = 'http://testapi.yoho.cn:28078/'; |
28 | const SERVICE_URL = 'http://testservice.yoho.cn:28077/'; | 28 | const SERVICE_URL = 'http://testservice.yoho.cn:28077/'; |
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/'; //我的订单 | ||
31 | - const API_URL_MYCENTER = 'http://192.168.102.205:8081/users/'; // 我的个人中心接口URL | 30 | + const YOHOBUY_ORDER = 'http://192.168.102.209:8084/order/'; //我的订单 |
31 | + const API_URL_MYCENTER = 'http://192.168.102.207:8081/users/'; // 我的个人中心接口URL | ||
32 | const API_URL_SHOPINGCART = 'http://192.168.102.213:8080/api-gateway-web/'; // 我的购物车接口URL | 32 | const API_URL_SHOPINGCART = 'http://192.168.102.213:8080/api-gateway-web/'; // 我的购物车接口URL |
33 | - const API_URL_PRODUCTDETAIL = 'http://192.168.102.205:8083/product/'; // 商品详情页 | 33 | + const API_URL_PRODUCTDETAIL = 'http://192.168.102.212:8083/product/'; // 商品详情页 |
34 | const API_URL_LOGISTICS = 'http://192.168.102.205:8080/gateway'; //查看物流接口URL | 34 | const API_URL_LOGISTICS = 'http://192.168.102.205:8080/gateway'; //查看物流接口URL |
35 | 35 | ||
36 | /** | 36 | /** |
-
Please register or login to post a comment