This commit is contained in:
aozhiwei 2019-07-26 12:11:46 +08:00
parent b7dde3ac88
commit 2b06989d76

View File

@ -67,7 +67,7 @@ class MatchController{
$r = $this->getRedis($room_uuid); $r = $this->getRedis($room_uuid);
} }
//获取当前房间信息 //获取当前房间信息
$join_time = 3; $join_time = 2;
$room_state = 0; $room_state = 0;
$downtime = 0; $downtime = 0;
$tank_id = $this->getTankid($_REQUEST['account_id']); $tank_id = $this->getTankid($_REQUEST['account_id']);