切歌
This commit is contained in:
@@ -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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user