黄宗昌 hace 2 años
padre
commit
e51c49d4b3
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      app/Http/Controllers/V1/PayController.php

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

xqd
@@ -41,9 +41,7 @@ class PayController extends Controller
         }
         Factory::setOptions($this->getOptions());
         $result = Factory::payment()->page()->pay("加入企业会员",$order->order_no,0.01,1);
-
-        dd($result);
-        dd($result);
+        return $this->success($result->body);
     }
 
 }