Browse Source

Merge branch 'master' of 47.76.126.2:seven/bot-28

seven 3 ngày trước cách đây
mục cha
commit
5f7f2fcf40
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      app/Jobs/FiveSecondTaskJob.php

+ 2 - 1
app/Jobs/FiveSecondTaskJob.php

@@ -2,6 +2,7 @@
 
 namespace App\Jobs;
 
+use App\Services\PcIssueService;
 use Illuminate\Bus\Queueable;
 use Illuminate\Contracts\Queue\ShouldBeUnique;
 use Illuminate\Contracts\Queue\ShouldQueue;
@@ -45,7 +46,7 @@ class FiveSecondTaskJob implements ShouldQueue
     {
         try {
             Log::error('🚀 开始执行15秒任务: ' . now());
-            
+            PcIssueService::index();
             IssueService::syncCountdownIssue(); // 提前20秒提醒
 
             IssueService::syncCloseIssue(); // 同步停止