Ken 6 days ago
parent
commit
2759125214
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Services/PcIssueService.php

+ 1 - 1
app/Services/PcIssueService.php

@@ -319,7 +319,7 @@ class PcIssueService extends BaseService
 
 
         $pc28Switch = Config::where('field', 'pc28_switch')->first()->val;
-        $wanFaGuiZeTime = Cache::get("玩法规则推送时间");
+        $wanFaGuiZeTime = Cache::get("玩法规则推送时间",0);
         $now = time();
         if ($now - $wanFaGuiZeTime > (60 * 15)) {
             $replyInfo = KeyboardService::findOne(['button' => '玩法规则']);