Browse Source

AI聊天界面接口2

master
wanghongjun 7 months ago
parent
commit
2fc883537d
  1. 2
      app/enterprise/controller/Im.php

2
app/enterprise/controller/Im.php

@ -361,7 +361,7 @@ class Im extends BaseController
if ($v['status'] == 2) { if ($v['status'] == 2) {
$status_str = "failed"; $status_str = "failed";
} }
if ($v['is_group'] == 4) { if ($v['is_group'] == 4 && $v['to_user'] != -2) {
$staticUser = User::staticUser(); $staticUser = User::staticUser();
$fromUser = $staticUser['aiChat']; $fromUser = $staticUser['aiChat'];
} }

Loading…
Cancel
Save