Update BalancePyamentService.php

This commit is contained in:
Anyon 2021-03-30 20:42:56 +08:00
parent 60a6edcc3b
commit cc8538b7aa

View File

@ -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');
// 更新支付行为