Showing
1 changed file
with
10 additions
and
3 deletions
@@ -189,8 +189,15 @@ routes.cart.route.action = Orderdetail | @@ -189,8 +189,15 @@ routes.cart.route.action = Orderdetail | ||
189 | ;routes.weixinapi.route.action = Weixinapi | 189 | ;routes.weixinapi.route.action = Weixinapi |
190 | 190 | ||
191 | ; 支付中心 (微信中配置的目录) | 191 | ; 支付中心 (微信中配置的目录) |
192 | -routes.pay.type = "rewrite" | ||
193 | -routes.pay.match = "/home/orders/pay$" | 192 | +routes.pay.type = "regex" |
193 | +routes.pay.match = "#^/home/orders/pay#" | ||
194 | routes.pay.route.module = Index | 194 | routes.pay.route.module = Index |
195 | routes.pay.route.controller = Home | 195 | routes.pay.route.controller = Home |
196 | -routes.pay.route.action = Pay | ||
196 | +routes.pay.route.action = Pay | ||
197 | + | ||
198 | +; 支付中心 (微信中配置的目录) | ||
199 | +routes.newcart.type = "rewrite" | ||
200 | +routes.newcart.match = "/cart/index/new/orderEnsure$" | ||
201 | +routes.newcart.route.module = Cart | ||
202 | +routes.newcart.route.controller = Index | ||
203 | +routes.newcart.route.action = orderEnsure |
-
Please register or login to post a comment