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{
$next_song_info = null;
}
$data = [
'text' => '房间下一首演唱歌曲变化',
'next_song_info' => $next_song_info
];
model('Chat')->sendMsg(1071,$next_song_info['room_id'],$data);
if($next_song_info){
$data = [
'text' => '房间下一首演唱歌曲变化',
'next_song_info' => $next_song_info
];
model('Chat')->sendMsg(1071,$next_song_info['room_id'],$data);
}
}else{
$song_info_data = [