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
d26211c5a3
commit
da88ac3805
@ -67,7 +67,7 @@ class BalancePyamentService extends PaymentService
|
|||||||
// 扣除余额金额
|
// 扣除余额金额
|
||||||
data_save('DataUserBalance', [
|
data_save('DataUserBalance', [
|
||||||
'uid' => $order['uid'],
|
'uid' => $order['uid'],
|
||||||
'code' => "KJ{$order['order_no']}",
|
'code' => "KC{$order['order_no']}",
|
||||||
'name' => "账户余额支付",
|
'name' => "账户余额支付",
|
||||||
'remark' => "使用余额支付订单{$order['order_no']}金额{$paymentAmount}元",
|
'remark' => "使用余额支付订单{$order['order_no']}金额{$paymentAmount}元",
|
||||||
'amount' => -$paymentAmount,
|
'amount' => -$paymentAmount,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user