投放机器人和在线人数等相关
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user