From 95a6147b876eb362d440f6b9cc0931ad82b85b0b Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq.com> Date: Tue, 19 Aug 2025 17:15:09 +0800 Subject: [PATCH] =?UTF-8?q?AI=E6=8E=A5=E5=8F=A3=E8=BF=94=E5=9B=9E=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E4=BC=98=E5=8C=962?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/enterprise/controller/Chat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/enterprise/controller/Chat.php b/app/enterprise/controller/Chat.php index b32c9f8..91177c5 100644 --- a/app/enterprise/controller/Chat.php +++ b/app/enterprise/controller/Chat.php @@ -66,7 +66,7 @@ class Chat extends BaseController $msgInfo['user_id']=1; $msgInfo['sendTime']=time()*1000; $msgInfo['toContactId']='-2'; - $msgInfo['to_user']='-2'; + $msgInfo['from_user']='-2'; $msgInfo['content']=$newContent; $msgInfo['fromUser']=[ 'id'=>'-2',