Authored by hf

code review by fei.hong : modify alipay and weixin pay notice url

@@ -162,11 +162,11 @@ routes.cart.route.controller = Home @@ -162,11 +162,11 @@ routes.cart.route.controller = Home
162 routes.cart.route.action = Orderdetail 162 routes.cart.route.action = Orderdetail
163 163
164 ; 微信支付接口 164 ; 微信支付接口
165 -routes.weixinapi.type = "rewrite"  
166 -routes.weixinapi.match = "/shopping/pay/wechatwapapi$"  
167 -routes.weixinapi.route.module = Index  
168 -routes.weixinapi.route.controller = Home  
169 -routes.weixinapi.route.action = Weixinapi 165 +;routes.weixinapi.type = "rewrite"
  166 +;routes.weixinapi.match = "/shopping/pay/wechatwapapi$"
  167 +;routes.weixinapi.route.module = Index
  168 +;routes.weixinapi.route.controller = Home
  169 +;routes.weixinapi.route.action = Weixinapi
170 170
171 ; 支付中心 (微信中配置的目录) 171 ; 支付中心 (微信中配置的目录)
172 routes.pay.type = "rewrite" 172 routes.pay.type = "rewrite"