mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update BalancePyamentService.php
This commit is contained in:
parent
417b36c337
commit
128ebbc0bf
@ -69,7 +69,7 @@ class BalancePyamentService extends PaymentService
|
||||
'uid' => $order['uid'],
|
||||
'code' => "KC{$order['order_no']}",
|
||||
'name' => "账户余额支付",
|
||||
'remark' => "扣除订单{$order['order_no']}的余额支付{$paymentAmount}元",
|
||||
'remark' => "支付订单{$order['order_no']}的金额扣除{$paymentAmount}元",
|
||||
'amount' => -$paymentAmount,
|
||||
], 'code');
|
||||
// 更新支付行为
|
||||
|
Loading…
x
Reference in New Issue
Block a user