投放机器人和在线人数等相关

This commit is contained in:
2025-08-11 15:01:20 +08:00
parent 11ada68d54
commit fca4eb5fd1
3 changed files with 81 additions and 52 deletions

View File

@@ -98,7 +98,7 @@ class Chat extends Model
'Text' => $content
];
$data = model('Tencent')->send_group_system_notification('room'.$roomId,json_encode($text));
$data = model('api/Tencent')->send_group_system_notification('room'.$roomId,json_encode($text));
if($data['code'] == 0){
Log::record("腾讯发送群消息:".$data['msg'].$type,"info");