xiaogang há 4 anos atrás
pai
commit
1d5c35bf17
1 ficheiros alterados com 1 adições e 1 exclusões
  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);
     }