盲盒转盘礼物推送

This commit is contained in:
2025-10-24 21:05:52 +08:00
parent 8f31af203b
commit a2533669bc

View File

@@ -156,7 +156,7 @@ class BlindBoxTurntableGift extends Model
]; ];
// 聊天室推送系统消息给每个用户 // 聊天室推送系统消息给每个用户
model('Chat')->sendMsg(10038,$room_id,$userText); model('Chat')->sendMsg(1038,$room_id,$userText);
} }
// 循环推送每个礼物的特效消息 // 循环推送每个礼物的特效消息
foreach ($giftCount as $giftId => $giftData) { foreach ($giftCount as $giftId => $giftData) {