From 1e4dca714e4eb0e5bd8f5fa2a3179b7c2156d21e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Mon, 25 Aug 2025 10:30:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A4=E5=8F=8B=E7=BB=93=E6=9D=9F=E5=8D=A1?= =?UTF-8?q?=E5=85=B3=E7=B3=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/model/Friend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/model/Friend.php b/application/api/model/Friend.php index e675c84..9245d1f 100644 --- a/application/api/model/Friend.php +++ b/application/api/model/Friend.php @@ -176,7 +176,7 @@ class Friend extends Model ]; db::name('vs_room_cp_movie')->insert($datda); - if($room_id['data']){ + if($room_ids['data']){ $text['text'] = '交友结束并创建房间'; $text['relation_name'] = $relation; $text['room_id'] = $room_ids['data'];//前端用来让用户跳转的房间id