xiaogang %!s(int64=4) %!d(string=hai) anos
pai
achega
1d5c35bf17
Modificáronse 1 ficheiros con 1 adicións e 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);
     }