Showing
1 changed file
with
1 additions
and
2 deletions
@@ -25,7 +25,7 @@ router.post('/index/seckill/submit', seckill.submit); | @@ -25,7 +25,7 @@ router.post('/index/seckill/submit', seckill.submit); | ||
25 | router.get('/index/count', countController.cartCount); | 25 | router.get('/index/count', countController.cartCount); |
26 | router.get('/paySuccess/payCod', payController.payCod);// 支付成功,货到付款 | 26 | router.get('/paySuccess/payCod', payController.payCod);// 支付成功,货到付款 |
27 | 27 | ||
28 | -router.get('/index/new/pay/center', authMW, payController.payCenter);// 支付中心 | 28 | +router.get('/index/new/pay', authMW, payController.payCenter);// 支付中心 |
29 | router.get('/index/new/pay/goalipay', authMW, payController.goAlipay);// 跳支付宝支付 | 29 | router.get('/index/new/pay/goalipay', authMW, payController.goAlipay);// 跳支付宝支付 |
30 | router.get('/index/new/pay/aliwapreturn', authMW, payController.payAli);// 支付宝付款支付成功 | 30 | router.get('/index/new/pay/aliwapreturn', authMW, payController.payAli);// 支付宝付款支付成功 |
31 | 31 | ||
@@ -36,5 +36,4 @@ router.post('/index/new/couponSearch', order.couponSearch); // [ajax]è´ç‰©è½¦è¾ | @@ -36,5 +36,4 @@ router.post('/index/new/couponSearch', order.couponSearch); // [ajax]è´ç‰©è½¦è¾ | ||
36 | router.get('/index/new/selectAddress', authMW, order.selectAddress); // 选择地址 | 36 | router.get('/index/new/selectAddress', authMW, order.selectAddress); // 选择地址 |
37 | router.get('/index/new/invoiceInfo', authMW, order.invoiceInfo); // 发票信息 | 37 | router.get('/index/new/invoiceInfo', authMW, order.invoiceInfo); // 发票信息 |
38 | 38 | ||
39 | - | ||
40 | module.exports = router; | 39 | module.exports = router; |
-
Please register or login to post a comment