...
|
...
|
@@ -25,7 +25,7 @@ router.post('/index/seckill/submit', seckill.submit); |
|
|
router.get('/index/count', countController.cartCount);
|
|
|
router.get('/paySuccess/payCod', payController.payCod);// 支付成功,货到付款
|
|
|
|
|
|
router.get('/index/new/pay/center', authMW, payController.payCenter);// 支付中心
|
|
|
router.get('/index/new/pay', authMW, payController.payCenter);// 支付中心
|
|
|
router.get('/index/new/pay/goalipay', authMW, payController.goAlipay);// 跳支付宝支付
|
|
|
router.get('/index/new/pay/aliwapreturn', authMW, payController.payAli);// 支付宝付款支付成功
|
|
|
|
...
|
...
|
@@ -36,5 +36,4 @@ router.post('/index/new/couponSearch', order.couponSearch); // [ajax]è´ç‰©è½¦è¾ |
|
|
router.get('/index/new/selectAddress', authMW, order.selectAddress); // 选择地址
|
|
|
router.get('/index/new/invoiceInfo', authMW, order.invoiceInfo); // 发票信息
|
|
|
|
|
|
|
|
|
module.exports = router; |
...
|
...
|
|