|
|
@@ -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, '游戏参数有误');
|
|
|
}
|
|
|
|