This commit is contained in:
2025-12-03 18:55:12 +08:00
parent 16855049b8
commit 929fb8cdc3

View File

@@ -412,13 +412,12 @@ 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,$sonng_log['room_id'],$data);
}
}else{ }else{
$song_info_data = [ $song_info_data = [