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