提交 a14a7958 authored 作者: chengye's avatar chengye

test

上级 fd1e4b82
......@@ -115,12 +115,10 @@ class Payment
{
$account_id = 'ZH2020071609062';
$payment_id = 'JF2020071634700';
$res = 'basdf';
try {
$res = (new Invoice())->writeOffFromPayment($account_id, $payment_id);
} catch (\Exception $e){
$res = $e->getMessage();
}
$res = 'cc';
$res = (new Invoice())->writeOffFromPayment($account_id, $payment_id);
return $res;
}
}
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论