seven 2 месяцев назад
Родитель
Сommit
ac19444c9d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Services/BetService.php

+ 1 - 1
app/Services/BetService.php

@@ -609,7 +609,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++;
                 }
             }