酒吧房 约他

This commit is contained in:
2026-01-06 20:44:50 +08:00
parent 8ee7b255f3
commit b46bef67df
4 changed files with 71 additions and 4 deletions

View File

@@ -61,12 +61,18 @@ class Room extends Model
$data['is_open_blind_box_turntable'] = 1;
}
$data['label_id'] = 1;
}elseif ($type == 7){
}elseif ($type == 7){//互娱房创建的私密电影屋
$data['room_number'] = $this->get_user_code();
$data['type_id'] = 6;//cp电影房
$room_intro = $room_intro.'('.$type.')';
$data['apply_status'] = 2;
$data['label_id'] = 5;
}elseif ($type == 11){//酒吧房创建的私密房
$data['room_number'] = $this->get_user_code();
$data['type_id'] = 6;//cp电影房
$room_intro = $room_intro.'('.$type.')';
$data['apply_status'] = 2;
$data['label_id'] = 8;
}
else{//cp电影房
$data['room_number'] = $this->get_user_code();