Ken 1 天之前
父节点
当前提交
e538196e46
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Jobs/FiveSecondTaskJob.php

+ 1 - 1
app/Jobs/FiveSecondTaskJob.php

@@ -49,7 +49,7 @@ class FiveSecondTaskJob implements ShouldQueue
         try {
             Log::error('🚀 开始执行15秒任务: ' . now());
             //自定义开奖
-            // PcIssueService::index();
+            PcIssueService::index();
 
             // 提前20秒提醒
             IssueService::syncCountdownIssue();