|
|
|
@ -62,7 +62,7 @@ class Chat extends BaseController |
|
|
|
$msgInfo['msg_id']=$msgId; |
|
|
|
$msgInfo['user_id']=1; |
|
|
|
$msgInfo['sendTime']=time()*1000; |
|
|
|
$msgInfo['toContactId']='ai_chat'; |
|
|
|
$msgInfo['toContactId']='-2'; |
|
|
|
$msgInfo['to_user']='ai_chat'; |
|
|
|
$msgInfo['content']=$newContent; |
|
|
|
$msgInfo['fromUser']=[ |
|
|
|
|