Showing
1 changed file
with
1 additions
and
1 deletions
@@ -176,7 +176,7 @@ router.get('/newsale/selectHotrank', newsale.selectHotrank); // 热销排行榜 | @@ -176,7 +176,7 @@ router.get('/newsale/selectHotrank', newsale.selectHotrank); // 热销排行榜 | ||
176 | 176 | ||
177 | router.get('/bundle/detail', bundle.detail); // 套装详情页 | 177 | router.get('/bundle/detail', bundle.detail); // 套装详情页 |
178 | 178 | ||
179 | -router.post('/opt/favoriteProduct', newDetail.favoriteProduct); // 商品收藏、取消收藏 | 179 | +router.post('/opt/favoriteProduct', auth, newDetail.favoriteProduct); // 商品收藏、取消收藏 |
180 | router.get('/detail/limitHelp', newDetail.limitHelp); | 180 | router.get('/detail/limitHelp', newDetail.limitHelp); |
181 | 181 | ||
182 | module.exports = router; | 182 | module.exports = router; |
-
Please register or login to post a comment