提交 6ca82065 authored 作者: chengye's avatar chengye

test

上级 b52f39a6
...@@ -53,7 +53,7 @@ class Payment ...@@ -53,7 +53,7 @@ class Payment
$res = (new Invoice())->writeOffFromPayment($payment->account_id, $payment->payment_id); $res = (new Invoice())->writeOffFromPayment($payment->account_id, $payment->payment_id);
} catch (\Exception $e){ } catch (\Exception $e){
$res = $e->getMessage(); $res = $e->getMessage();
Log::error($res); Log::error('##res##:'.$res);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论