作者 董瑞恩
1 个管道 的构建 通过 耗费 0 秒

interface

@@ -229,6 +229,7 @@ class OrderController extends HomeBaseController{ @@ -229,6 +229,7 @@ class OrderController extends HomeBaseController{
229 $price=$order['price'];//订单价格 229 $price=$order['price'];//订单价格
230 $notify_url=url('order/notify','','',true);//回调地址 230 $notify_url=url('order/notify','','',true);//回调地址
231 $out_trade_no=$order_no.$this->create_noncestr(4); 231 $out_trade_no=$order_no.$this->create_noncestr(4);
  232 + dump($out_trade_no);
232 $wxPay=new WeixinPay($openId,$out_trade_no,$body,$price,$notify_url); 233 $wxPay=new WeixinPay($openId,$out_trade_no,$body,$price,$notify_url);
233 $pay=$wxPay->pay(); 234 $pay=$wxPay->pay();
234 if (isset($pay['package'])){ 235 if (isset($pay['package'])){