seven 1 天之前
父節點
當前提交
2e70e6fc86
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      app/Jobs/FiveSecondTaskJob.php

+ 2 - 1
app/Jobs/FiveSecondTaskJob.php

@@ -1,5 +1,6 @@
 <?php
 
+
 namespace App\Jobs;
 
 use App\Services\BetService;
@@ -48,7 +49,7 @@ class FiveSecondTaskJob implements ShouldQueue
         try {
             Log::error('🚀 开始执行15秒任务: ' . now());
             //自定义开奖
-            PcIssueService::index();
+            // PcIssueService::index();
 
             // 提前20秒提醒
             IssueService::syncCountdownIssue();