房间修改为签约 取消热门
This commit is contained in:
@@ -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-等待上热门
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user