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