|
|
@@ -149,7 +149,7 @@ class BalanceLogService extends BaseService
|
|
|
$text = '';
|
|
|
$text .= "当日流水: " . number_format((0-$flow), 2) . "\n";
|
|
|
$text .= "返水额度: " . number_format($refund, 2) . "\n";
|
|
|
- $text .= "当日盈利: " . number_format(($profit + $refund + $flow), 2) . "\n";
|
|
|
+ $text .= "当日盈亏: " . number_format(($profit + $refund + $flow), 2) . "\n";
|
|
|
$text .= "余额: " . number_format($walletInfo['available_balance'], 2) . "\n";
|
|
|
return [
|
|
|
'chat_id' => $memberId,
|