seven 6 napja
szülő
commit
74f5c9dee8
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      app/Services/BetService.php

+ 2 - 2
app/Services/BetService.php

@@ -603,7 +603,7 @@ class BetService extends BaseService
                 BalanceLogService::addLog($v['member_id'], $profit, $balance, ($balance + $profit), '中奖', $v['id'], '');
             } else {
                 if ($k + 1 <= $realNoticeNum) {
-                    $text .= "-- 【******" . $lastStr . "】{$v['amount']} {$v['profit']} -{$v['amount']}\n";
+                    $text .= "---- 【******" . $lastStr . "】{$v['amount']} {$v['profit']} -{$v['amount']}\n";
                     $bet_num++;
                 }
             }
@@ -652,7 +652,7 @@ class BetService extends BaseService
                 }
             } else {
                 if ($k + 1 <= $rand_num) {
-                    $text .= "-- 【" . $lastStr . "】 {$v['amount']} {$v['profit']} -{$v['amount']}\n";
+                    $text .= "---- 【" . $lastStr . "】 {$v['amount']} {$v['profit']} -{$v['amount']}\n";
                 }
             }