Ken 6 일 전
부모
커밋
2759125214
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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' => '玩法规则']);