腾讯在离线 回调

This commit is contained in:
2025-09-11 17:20:41 +08:00
parent 3fbb4043c7
commit fb96f8650b
2 changed files with 7 additions and 1 deletions

View File

@@ -926,7 +926,7 @@ class Tencent extends Model
$text['type'] = 2;
model('Chat')->sendMsg(1058,$v['room_id'],$text);
}else{
model('Room')->quit_room($v['user_id'], $v['room_id'],$v['user_id'],1);
model('Room')->quit_room($v['user_id'], $v['room_id'],$v['user_id'],2);
}
}
}