...
|
...
|
@@ -159,4 +159,11 @@ routes.cart.type = "rewrite" |
|
|
routes.cart.match = "/home/order/detail$"
|
|
|
routes.cart.route.module = Index
|
|
|
routes.cart.route.controller = Home
|
|
|
routes.cart.route.action = Homedetail |
|
|
\ No newline at end of file |
|
|
routes.cart.route.action = homedetail
|
|
|
|
|
|
; 微信支付接口
|
|
|
routes.weixinapi.type = "rewrite"
|
|
|
routes.weixinapi.match = "/shopping/pay/wechatwapapi$"
|
|
|
routes.weixinapi.route.module = Index
|
|
|
routes.weixinapi.route.controller = Home
|
|
|
routes.weixinapi.route.action = Weixinapi |
|
|
\ No newline at end of file |
...
|
...
|
|