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

付款修改

@@ -28,9 +28,6 @@ class SomepayController extends HomeBaseController @@ -28,9 +28,6 @@ class SomepayController extends HomeBaseController
28 // 微信支付 28 // 微信支付
29 public function pay($openId , $price , $order_sn , $url,$content) 29 public function pay($openId , $price , $order_sn , $url,$content)
30 { 30 {
31 - echo "<pre/>";  
32 - print_r('123');  
33 - die;  
34 $price = intval($price * 100); 31 $price = intval($price * 100);
35 $tools = new \JsApiPay(); 32 $tools = new \JsApiPay();
36 $input = new \WxPayUnifiedOrder(); 33 $input = new \WxPayUnifiedOrder();