allen %!s(int64=3) %!d(string=hai) anos
pai
achega
dcefce7d7f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/index/controller/Index.php

+ 1 - 1
app/index/controller/Index.php

@@ -333,7 +333,7 @@ class Index extends Controller
             return $this->response(6001, '游戏不存在');
         }
 
-        if((time() - $game['begin_at']) > 122 || (time() - $game['begin_at']) < 13) {
+        if((time() - $game['begin_at']) > 130 || (time() - $game['begin_at']) < 13) {
             return $this->response(6003, '游戏参数有误');
         }