...
|
...
|
@@ -87,8 +87,6 @@ router.post('/detail/consultsubmit', auth, detail.consultsubmit); // 商å“å’¨è¯ |
|
|
router.get('/detail/coupon.json', detail.brandCoupon); // 品牌券
|
|
|
router.post('/detail/coupon/save.json', auth, detail.getCoupon); // 获得 品牌券
|
|
|
|
|
|
router.get('/recom/maylike', recom.mayLike); // 你可能喜欢
|
|
|
|
|
|
|
|
|
// 限定商品
|
|
|
router.get('/detail/limit', detail.limit);
|
...
|
...
|
|