推送信息变化

This commit is contained in:
2025-11-17 11:58:16 +08:00
parent 5d67407029
commit 770c78b3e2
2 changed files with 57 additions and 2 deletions

View File

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