盲盒转盘落包,加推送。

This commit is contained in:
2025-12-23 18:39:37 +08:00
parent 58d77b1e1a
commit 53e5e52203

View File

@@ -1802,11 +1802,11 @@ class BlindBoxTurntableGiftDrawWorldNew extends Model
'number' => $value['count'], 'number' => $value['count'],
]; ];
} }
if(!empty($text_list_new)){ }
//推送礼物横幅 if(!empty($text_list_new)){
$push = new Push($user_id, $room_id); //推送礼物横幅
$push->giftBanner($text_list_new); $push = new Push($user_id, $room_id);
} $push->giftBanner($text_list_new);
} }
} }
} }