From 08cc1dabd84aba6482149c0375abc5e438ba6778 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=92=8A?= Date: Mon, 11 Aug 2025 16:14:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E8=87=AA=E5=8A=A8=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/model/Room.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/model/Room.php b/application/api/model/Room.php index 4a92d72..f398e68 100644 --- a/application/api/model/Room.php +++ b/application/api/model/Room.php @@ -16,7 +16,7 @@ class Room extends Model parent::__construct(); $this->redis = \think\Cache::store('redis')->handler(); } - //创建房间 + //创建房间 创建 public function user_create_room($uid, $room_name,$room_cover,$room_intro,$type = 0) { $user_mobile = model('User')->where('id', $uid)->value('mobile');