|
@@ -241,7 +241,7 @@ class BetService extends BaseService
|
|
|
$walletInfo = WalletService::findOne(['member_id' => $memberId]);
|
|
|
$balance = $walletInfo['available_balance'];
|
|
|
|
|
|
- BalanceLogService::addLog($memberId,$rebateAmount,$balance,($balance+$rebateAmount),'反水',$newBet->id,'');
|
|
|
+ BalanceLogService::addLog($memberId,$rebateAmount,$balance,($balance+$rebateAmount),'返水',$newBet->id,'');
|
|
|
}
|
|
|
|
|
|
}
|