Ken 6 dias atrás
pai
commit
f77d13fffb
1 arquivos alterados com 1 adições e 2 exclusões
  1. 1 2
      app/Services/IssueService.php

+ 1 - 2
app/Services/IssueService.php

@@ -163,8 +163,7 @@ class IssueService extends BaseService
 
 
         $pc28Switch = Config::where('field', 'pc28_switch')->first()->val;
-
-        $wanFaGuiZeTime = Cache::get("玩法规则推送时间",0);
+        $wanFaGuiZeTime = Cache::get("玩法规则推送时间", 0);
         $now = time();
         $wanFaGuiZeTime = intval($wanFaGuiZeTime);
         if ($now - $wanFaGuiZeTime > (60 * 15)) {