Ken il y a 6 jours
Parent
commit
73c245e9e2
2 fichiers modifiés avec 4 ajouts et 2 suppressions
  1. 2 1
      app/Services/BetService.php
  2. 2 1
      app/Services/PcIssueService.php

+ 2 - 1
app/Services/BetService.php

@@ -1077,7 +1077,8 @@ class BetService extends BaseService
 
         $inlineButton = self::getOperateButton();
 
-        SendTelegramGroupMessageJob::dispatch($text3, $inlineButton, '');
+//        投注统计的消息不发了
+//        SendTelegramGroupMessageJob::dispatch($text3, $inlineButton, '');
     }
 
 

+ 2 - 1
app/Services/PcIssueService.php

@@ -81,7 +81,8 @@ class PcIssueService extends BaseService
                         $buttons = json_decode($replyInfo->buttons, true);
                         $image = $replyInfo->image;
                         if ($image) $image = url($image);
-                        self::asyncBettingGroupNotice($text, $buttons, $image);
+                        //停止下注的信息不发了
+//                        self::asyncBettingGroupNotice($text, $buttons, $image);
                     }
 
                     // 统计投注情况通知   xxxx期投注统计