...
|
...
|
@@ -71,6 +71,7 @@ router.get('/index/buynow/orderensure', authMW, disableBFCache, BuyNowController |
|
|
router.post('/index/buynow/ordercompute', authMW, BuyNowController.orderCompute); // 立即购买订单重新计算
|
|
|
router.post('/index/buynow/ordersub', authMW, BuyNowController.orderSub); // 立即购买订单提交
|
|
|
router.post('/index/buynow/groupordersub', authMW, BuyNowController.groupOrderSub); // 立即拼团订单提交
|
|
|
router.post('/index/buynow/grouporderPreSub', authMW, BuyNowController.groupOrderPreSub); // 立即拼团选择确定
|
|
|
router.get('/index/buynow/selectAddress', authMW, csrf, BuyNowController.selectAddress); // 选择地址
|
|
|
router.get('/index/buynow/selectInvoice', authMW, BuyNowController.selectInvoice); // 发票信息
|
|
|
router.get('/index/buynow/selectCoupon', authMW, BuyNowController.selectCoupon); // 选择优惠券页面
|
...
|
...
|
|