...
|
...
|
@@ -17,7 +17,7 @@ const easypay = require(`${cRoot}/easypay`); |
|
|
const ensure = require(`${cRoot}/order-ensure`);
|
|
|
|
|
|
router.get('/index/getProductInfo', cart.getProductInfo);
|
|
|
router.post('/cart/index/add', cart.cartAddIndex); // 加入购物车 商品详情页
|
|
|
router.post('/cart/detailAdd', cart.cartAddIndex); // 加入购物车 商品详情页
|
|
|
|
|
|
router.get('/coupon/list', cart.getCoupons); // 优惠券列表
|
|
|
|
...
|
...
|
|