seven hai 2 días
pai
achega
63f7aabeef
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Services/BalanceLogService.php

+ 1 - 1
app/Services/BalanceLogService.php

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