xiaogang hace 4 años
padre
commit
1d5c35bf17
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Services/UserService.php

+ 1 - 1
app/Services/UserService.php

xqd
@@ -77,7 +77,7 @@ class UserService
             'total_fee' => $ins['price'],
             'payment' => $ins['payment'],
         ];
-        throw new Exception(json_encode($pay_param));
+
         return PayService::pay($pay_param);
     }