推送信息变化
This commit is contained in:
@@ -375,6 +375,11 @@ class SingerSong extends Model
|
||||
model('Chat')->sendMsg(1071,$next_song_info['room_id'],$data);
|
||||
|
||||
}else{
|
||||
$data = [
|
||||
'text' => '房间下一首演唱歌曲变化',
|
||||
'next_song_info' => null
|
||||
];
|
||||
model('Chat')->sendMsg(1071,$sonng_log['room_id'],$data);
|
||||
return ['code' => 0, 'msg' => '暂无歌曲,请点歌吧','data' => null];
|
||||
}
|
||||
}else{
|
||||
|
||||
Reference in New Issue
Block a user