进入房间

This commit is contained in:
2025-11-11 11:27:15 +08:00
parent 430e7b1186
commit 512ae2c06e

View File

@@ -1126,7 +1126,6 @@ class Room extends Model
}
}
//记录用户退出房
db::name('vs_room_visitor')->where(['room_id' => $room_id, 'user_id' => $user_id])->delete();
//房间的模式