...
|
...
|
@@ -27,10 +27,11 @@ class Yohobuy |
|
|
const API_URL = 'http://test2.open.yohobuy.com/';
|
|
|
const SERVICE_URL = 'http://test.service.api.yohobuy.com/';
|
|
|
const YOHOBUY_URL = 'http://www.yohobuy.com/';
|
|
|
const YOHOBUY_ORDER = 'http://192.168.102.209:8080/yoho-order/'; //我的订单
|
|
|
const API_URL_MYCENTER = 'http://192.168.102.205:8081/api-gateway-web/'; // 我的个人中心接口URL
|
|
|
const YOHOBUY_ORDER = 'http://192.168.102.205:8084/order
|
|
|
/'; //我的订单
|
|
|
const API_URL_MYCENTER = 'http://192.168.102.205:8081/users/'; // 我的个人中心接口URL
|
|
|
const API_URL_SHOPINGCART = 'http://192.168.102.213:8080/api-gateway-web/'; // 我的购物车接口URL
|
|
|
const API_URL_PRODUCTDETAIL = 'http://192.168.102.209:18080/yoho-product/'; // 商品详情页
|
|
|
const API_URL_PRODUCTDETAIL = 'http://192.168.102.205:8083/product/'; // 商品详情页
|
|
|
|
|
|
/**
|
|
|
* 私钥列表
|
...
|
...
|
|