房间修改为签约 取消热门

This commit is contained in:
2026-01-30 09:14:39 +08:00
parent 0f80219b71
commit b18517abf2

View File

@@ -3026,7 +3026,8 @@ class Room extends Model
'label_id' => 7, 'label_id' => 7,
'type_id' => $type, 'type_id' => $type,
'room_up_pit_type' => 1,//1-排麦模式2-自由模式 'room_up_pit_type' => 1,//1-排麦模式2-自由模式
'sign_type' => 0 //0-等待签约 'sign_type' => 0, //0-等待签约
'is_hot' => 1,//1-等待上热门
]; ];
} }