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