|
@@ -130,12 +130,12 @@ class ShopClass extends BaseClass
|
|
|
$change = [
|
|
$change = [
|
|
|
'relateId' => $id,
|
|
'relateId' => $id,
|
|
|
'capitalType' => $capitalType,
|
|
'capitalType' => $capitalType,
|
|
|
- 'amount' => $order->actPrice,
|
|
|
|
|
|
|
+ 'amount' => $amount,
|
|
|
'balance' => $currentBalance,
|
|
'balance' => $currentBalance,
|
|
|
'txBalance' => $currentTx,
|
|
'txBalance' => $currentTx,
|
|
|
'io' => 1,
|
|
'io' => 1,
|
|
|
'payWay' => $order->payWay,
|
|
'payWay' => $order->payWay,
|
|
|
- 'event' => "充值(订单:{$order->orderSn})",
|
|
|
|
|
|
|
+ 'event' => "充值{$amount}元",
|
|
|
'sjId' => $order->sjId,
|
|
'sjId' => $order->sjId,
|
|
|
'shopId' => $order->shopId,
|
|
'shopId' => $order->shopId,
|
|
|
'tx' => $tx,
|
|
'tx' => $tx,
|