@@ -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();