This commit is contained in:
aozhiwei 2020-07-09 13:22:41 +08:00
parent 797fa7c657
commit b917f2299a

View File

@ -230,8 +230,8 @@ class TeamController{
'rank' => $rank,
'equip_id' => $equip_id,
'game_times' => $row['game_times'],
'game_times' => $row['game_times'],
'game_times' => $row['game_times'],
'win_times' => $row['win_times'],
'kills' => $row['kills'],
));
$r->set(TEAMID_KEY . $team_uuid, json_encode($user_db));
$r -> pexpire(TEAMID_KEY . $team_uuid, 1000 * 600);