Browse Source

AI接口返回字段优化

master
wanghongjun 4 months ago
parent
commit
f511e8bc08
  1. 2
      app/enterprise/controller/Chat.php

2
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']='ai_chat';
$msgInfo['to_user']='-2';
$msgInfo['content']=$newContent;
$msgInfo['fromUser']=[
'id'=>'-2',

Loading…
Cancel
Save