切歌
This commit is contained in:
@@ -412,13 +412,12 @@ class SingerSong extends Model
|
||||
}else{
|
||||
$next_song_info = null;
|
||||
}
|
||||
if($next_song_info){
|
||||
$data = [
|
||||
'text' => '房间下一首演唱歌曲变化',
|
||||
'next_song_info' => $next_song_info
|
||||
];
|
||||
model('Chat')->sendMsg(1071,$next_song_info['room_id'],$data);
|
||||
}
|
||||
|
||||
$data = [
|
||||
'text' => '房间下一首演唱歌曲变化',
|
||||
'next_song_info' => $next_song_info
|
||||
];
|
||||
model('Chat')->sendMsg(1071,$sonng_log['room_id'],$data);
|
||||
|
||||
}else{
|
||||
$song_info_data = [
|
||||
|
||||
Reference in New Issue
Block a user