seven 2 weeks ago
parent
commit
49c27cbcbc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Services/IssueService.php

+ 1 - 1
app/Services/IssueService.php

@@ -289,7 +289,7 @@ class IssueService extends BaseService
                     $buttons[] = [['text' => '✅唯一财务', 'callback_data' => "", 'url' => "https://t.me/{$serviceAccount}"]];
 
                 }
-                self::bettingGroupNotice($text, $buttons, $image, true);
+                // self::bettingGroupNotice($text, $buttons, $image, true);
                 SendTelegramGroupMessageJob::dispatch($text, $buttons, $image, true);
             }