seven hai 2 semanas
pai
achega
2f11a97840
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Services/BalanceLogService.php

+ 1 - 1
app/Services/BalanceLogService.php

@@ -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,