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