seven 1 week ago
parent
commit
6bc23a8751
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/Http/Controllers/admin/Sync.php

+ 2 - 2
app/Http/Controllers/admin/Sync.php

@@ -42,9 +42,9 @@ class Sync extends Controller
         // 你的业务逻辑
         // IssueService::getLatestIssue2(); // 获取最新的期号
 
-        IssueService::syncCountdownIssue(); // 提前20秒提醒
+        // IssueService::syncCountdownIssue(); // 提前20秒提醒
 
-        IssueService::syncCloseIssue(); // 同步停止
+        // IssueService::syncCloseIssue(); // 同步停止
             // Log::error('✅ 获取到最新期号: ' . ($latestIssue ?? '无'));
 
             // 你的业务逻辑