From b18517abf2ac793cef58220b07f23998f0384930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Fri, 30 Jan 2026 09:14:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=BF=E9=97=B4=E4=BF=AE=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E7=AD=BE=E7=BA=A6=20=E5=8F=96=E6=B6=88=E7=83=AD=E9=97=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/model/Room.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/api/model/Room.php b/application/api/model/Room.php index 64cb55e1..235bbb7b 100644 --- a/application/api/model/Room.php +++ b/application/api/model/Room.php @@ -3026,7 +3026,8 @@ class Room extends Model 'label_id' => 7, 'type_id' => $type, 'room_up_pit_type' => 1,//1-排麦模式,2-自由模式 - 'sign_type' => 0 //0-等待签约 + 'sign_type' => 0, //0-等待签约 + 'is_hot' => 1,//1-等待上热门 ]; }