正在显示
1 个修改的文件
包含
5 行增加
和
5 行删除
@@ -688,13 +688,13 @@ class Goods extends Api | @@ -688,13 +688,13 @@ class Goods extends Api | ||
688 | } | 688 | } |
689 | $this->model = $order; | 689 | $this->model = $order; |
690 | // 发起微信支付 | 690 | // 发起微信支付 |
691 | - if($this->request->post('type')&&$this->request->post('type')=='gzh'){ | 691 | +// if($this->request->post('type')&&$this->request->post('type')=='gzh'){ |
692 | $this->init_wx_pay_for_gzh(true); | 692 | $this->init_wx_pay_for_gzh(true); |
693 | $this->make_wx_pay('wechat'); | 693 | $this->make_wx_pay('wechat'); |
694 | - }else{ | ||
695 | - $this->init_wx_pay_for_wxapp(); | ||
696 | - $this->make_wx_pay('wxapp'); | ||
697 | - } | 694 | +// }else{ |
695 | +// $this->init_wx_pay_for_wxapp(); | ||
696 | +// $this->make_wx_pay('wxapp'); | ||
697 | +// } | ||
698 | } | 698 | } |
699 | 699 | ||
700 | private function init_wx_pay_for_gzh($Ischeck=false){ | 700 | private function init_wx_pay_for_gzh($Ischeck=false){ |
-
请 注册 或 登录 后发表评论