作者 Cool
1 个管道 的构建 通过 耗费 0 秒

订单支付调试

@@ -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){