From 2b06989d76c72fc043ad04ca2525fdb402b15d7b Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 26 Jul 2019 12:11:46 +0800 Subject: [PATCH] 1 --- webapp/controller/MatchController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/MatchController.class.php b/webapp/controller/MatchController.class.php index ab8b133..e492834 100644 --- a/webapp/controller/MatchController.class.php +++ b/webapp/controller/MatchController.class.php @@ -67,7 +67,7 @@ class MatchController{ $r = $this->getRedis($room_uuid); } //获取当前房间信息 - $join_time = 3; + $join_time = 2; $room_state = 0; $downtime = 0; $tank_id = $this->getTankid($_REQUEST['account_id']);