From 68534e0a6a7b6f7885eea90d8a5cd4b8d0b12974 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Thu, 21 Aug 2025 09:18:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A4=E5=8F=8B=E6=88=BF=E5=BC=80=E5=A7=8B?= =?UTF-8?q?=E6=8E=A8=E9=80=81=E6=B6=88=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/model/Friend.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/api/model/Friend.php b/application/api/model/Friend.php index bff32ae..a791f83 100644 --- a/application/api/model/Friend.php +++ b/application/api/model/Friend.php @@ -41,6 +41,7 @@ class Friend extends Model $text['text'] = '交友开始'; $text['step'] = 2; $text['friend_id'] = $id; + $text['end_time'] = $data['end_time']; model('api/Chat')->sendMsg(1049,$room_id,$text); return ['code' => 1, 'msg' => '操作成功!', 'data' => ['friend_id' => $id]]; }else{