Ken 1 тиждень тому
батько
коміт
0cb3326eb2
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      app/Services/BetService.php

+ 2 - 2
app/Services/BetService.php

@@ -1131,7 +1131,7 @@ class BetService extends BaseService
         $text = "{$issue_no}期开奖结果";
         $text .= "\n-----本期开奖账单----- \n";
         foreach ($openList as $k => $v) {
- 
+
 
             $amount = number_format($v['amount'], 2);
             $v['win_amount'] = number_format($v['win_amount'], 2);
@@ -1184,7 +1184,7 @@ class BetService extends BaseService
         // self::bettingGroupNotice($text, $inlineButton, '');
 
         // Log::error('lotteryNotice Group:'.$text);
-        SendTelegramGroupMessageJob::dispatch($text, $inlineButton, '',false,'--------------------------------');
+        SendTelegramGroupMessageJob::dispatch($text, $inlineButton, '', false, '--------------------------------');
 
 
     }