mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update VoucherPaymentService.php
This commit is contained in:
parent
3e8c3e4a78
commit
0831b38958
@ -54,6 +54,6 @@ class VoucherPaymentService extends PaymentService
|
||||
if ($order['status'] !== 2) throw new Exception("不可发起支付");
|
||||
if (empty($paymentImage)) throw new Exception('支付凭证不能为空');
|
||||
$this->updateOrder($orderNo, CodeExtend::uniqidDate(20), $paymentAmount, '单据凭证支付', $paymentImage);
|
||||
return ['info' => '支付凭证上传成功!', 'status' => 1];
|
||||
return ['code' => 1, 'info' => '支付凭证上传成功!'];
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user