xiaogang 4 anni fa
parent
commit
1d5c35bf17
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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);
     }