...
|
...
|
@@ -34,6 +34,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, disableBFCache, order.orderEnsure); // 订单结算
|
|
|
router.get('/index/new/orderEnsureAjax', authMW, disableBFCache, order.orderEnsure); // 订单结算ajax
|
|
|
router.post('/index/new/orderCompute', authMW, order.orderCompute); // 结算页参数改变,重新运算
|
|
|
router.post('/index/new/orderSub', authMW, order.orderSub); // 订单提交
|
|
|
|
...
|
...
|
|