推送信息变化

This commit is contained in:
2025-11-17 14:33:50 +08:00
parent 15df770071
commit b102995ab1
2 changed files with 14 additions and 3 deletions

View File

@@ -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