黄宗昌 2 năm trước cách đây
mục cha
commit
5b4850f774
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/Http/Controllers/V1/PayController.php

+ 1 - 0
app/Http/Controllers/V1/PayController.php

xqd
@@ -66,6 +66,7 @@ class PayController extends Controller
         }
         if($pay_type == 1){ // 支付宝支付
             $result = Factory::payment()->page()->pay("加入企业会员",$order->order_no,intval($order->money),'');
+            dd($result->body);
             return $this->success($result->body);
         }else{
             return $this->error("正在开发中...");