Authored by hf

Merge branch 'pay' into develop

... ... @@ -162,11 +162,11 @@ routes.cart.route.controller = Home
routes.cart.route.action = Orderdetail
; 微信支付接口
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
;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
; 支付中心 (微信中配置的目录)
routes.pay.type = "rewrite"
... ...