xiaogang 4 년 전
부모
커밋
1d5c35bf17
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);
     }