This commit is contained in:
wangwei01 2019-07-25 21:01:32 +08:00
parent ea17dac14b
commit 269a107ee9

View File

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