...
|
...
|
@@ -262,8 +262,8 @@ router.get('/app-downloads', appDownloads.index); |
|
|
|
|
|
router.get('/couponSend', couponFloor.couponSend); // 获取优惠券
|
|
|
|
|
|
router.get('/birthday', auth, birthday.index); // 生日卷活动
|
|
|
router.get('/getCoupon', birthday.getCoupon); // 获取生日卷状态
|
|
|
router.get('/birthday', auth, birthday.index); // 生日券活动
|
|
|
router.get('/getCoupon', birthday.getCoupon); // 获取生日券状态
|
|
|
|
|
|
router.get('/share-buy', update('5.7.0'), auth, shareBuy.index); // 分享购首页
|
|
|
router.get('/share-buy/detail', update('5.7.0'), shareBuy.detail); // 分享购详情页
|
...
|
...
|
@@ -292,7 +292,7 @@ router.get('/store-home/coffee', storeHome.storeAuth, storeHome.coffee); // 线 |
|
|
router.get('/store-home/green', storeHome.storeAuth, storeHome.green); // 线下店个人中心-绿植
|
|
|
router.get('/store-home/history', storeHome.storeAuth, storeHome.history); // 线下店个人中心-消费明细
|
|
|
router.get('/store-home/ewm', storeHome.storeAuth, storeHome.ewm); // 线下店个人中心-二维码
|
|
|
router.get('/store-home/coupon', storeHome.storeAuth, storeHome.coupon); // 线下店个人中心-优惠卷
|
|
|
router.get('/store-home/coupon', storeHome.storeAuth, storeHome.coupon); // 线下店个人中心-优惠券
|
|
|
router.get('/store-home/moreHistory', storeHome.storeAuth, storeHome.moreHistory); // 线下店个人中心-更多记录
|
|
|
router.get('/store-home/modify', storeHome.storeAuth, storeHome.modify); // 线下店个人中心-修改宝宝信息
|
|
|
|
...
|
...
|
|