...
|
...
|
@@ -46,6 +46,6 @@ router.post('/cart/swapGift', cart.swapGift); |
|
|
router.get('/cart/queryPromotionGift', cart.queryUserPromotionGift);
|
|
|
router.get('/cart/togetherProduct', cart.getTogetherProduct);
|
|
|
router.get('/cart/recommendProduct', cart.getRecommendProductAction);
|
|
|
router.get('/minicart/data', cart.miniCart);
|
|
|
router.get('/cart/minicart', cart.miniCart);
|
|
|
|
|
|
module.exports = router; |
...
|
...
|
|