|
|
@@ -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();
|