房间审核加 系统信息推送

This commit is contained in:
2025-09-22 18:35:44 +08:00
parent f803c33f4b
commit aef3a44910

View File

@@ -1459,7 +1459,7 @@ class BlindBoxTurntableGiftDraw extends Model
model('Chat')->sendMsg(1057, $room_id, $text); model('Chat')->sendMsg(1057, $room_id, $text);
//推送礼物横幅 //推送礼物横幅
$text = $FromUserInfo['nickname'] . ' 用户在 ' . $room_name.' 房间巡乐会 锁定 礼物' .$locking_gift.' 当前奖池礼物 x ' .$pan_xlh_num; $text = $FromUserInfo['nickname'] . ' 用户在 ' . $room_name.' 房间巡乐会 锁定 礼物' .$locking_gift['gift_name'].' 当前奖池礼物 x ' .$pan_xlh_num;
$push = new Push(0, $room_id); $push = new Push(0, $room_id);
$text_list_new = [ $text_list_new = [
'text' => $text, 'text' => $text,