From 630aeac5e0594d3d977799899b1a71495b4e7720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Tue, 2 Sep 2025 09:37:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A4=E5=8F=8B=E5=BC=80=E5=A7=8B=20?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E8=AF=AD=E4=BF=AE=E6=94=B9?= 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 1a94c29..7cd981d 100644 --- a/application/api/model/Friend.php +++ b/application/api/model/Friend.php @@ -47,7 +47,7 @@ class Friend extends Model model('api/Chat')->sendMsg(1049,$room_id,$text); return ['code' => 1, 'msg' => '操作成功!', 'data' => ['friend_id' => $id]]; }else{ - return ['code' => 0, 'msg' => '不具备开始条件!', 'data' => null]; + return ['code' => 0, 'msg' => '交友麦位至少两位用户才能开始', 'data' => null]; } }