This commit is contained in:
2025-12-03 18:54:04 +08:00
parent a274636bec
commit 16855049b8

View File

@@ -412,12 +412,13 @@ class SingerSong extends Model
}else{ }else{
$next_song_info = null; $next_song_info = null;
} }
if($next_song_info){
$data = [ $data = [
'text' => '房间下一首演唱歌曲变化', 'text' => '房间下一首演唱歌曲变化',
'next_song_info' => $next_song_info 'next_song_info' => $next_song_info
]; ];
model('Chat')->sendMsg(1071,$next_song_info['room_id'],$data); model('Chat')->sendMsg(1071,$next_song_info['room_id'],$data);
}
}else{ }else{
$song_info_data = [ $song_info_data = [