Ken há 4 dias atrás
pai
commit
fd266da14a
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      app/Services/QianBaoWithdrawService.php

+ 1 - 0
app/Services/QianBaoWithdrawService.php

@@ -462,6 +462,7 @@ class QianBaoWithdrawService
         } //
         catch (Exception $e) {
             DB::rollBack();
+            LogService::error($e);
             $result['text'] = "系统发生了错误,请联系管理员";
             if ($e->getCode() === HttpStatus::CUSTOM_ERROR) {
                 $result['text'] = $e->getMessage();