Ken 6 ngày trước cách đây
mục cha
commit
2759125214
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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' => '玩法规则']);