...
|
...
|
@@ -30,7 +30,7 @@ router.get('/index/new/pay', authMW, payController.pay);// 统一支付 URL, |
|
|
router.get('/index/new/pay/alipayresult', authMW, payController.payAli);// 支付宝付款支付成功
|
|
|
|
|
|
router.get('/index/new/orderEnsure', authMW, order.orderEnsure); // 订单结算
|
|
|
router.get('/index/new/fast', authMW, order.orderEnsure); // 快速结算
|
|
|
router.get('/index/new/fast', authMW, order.fastPay); // 快速结算订单提交
|
|
|
router.get('/index/new/selectCoupon', authMW, order.selectCoupon); // 选择优惠券 页面
|
|
|
router.get('/index/new/couponList', order.couponList); // [ajax]获取优惠券列表
|
|
|
router.post('/index/new/couponSearch', order.couponSearch); // [ajax]购物车输入优惠券码使用优惠券
|
...
|
...
|
|