盲盒转盘落包,加推送。

This commit is contained in:
2025-12-23 18:36:35 +08:00
parent ee59c5ccff
commit 58d77b1e1a

View File

@@ -1790,7 +1790,7 @@ class BlindBoxTurntableGiftDrawWorldNew extends Model
foreach ($gift_counts as $value) {
$draw_gift = Db::name('vs_gift')->where(['gid'=>$value['gift_id']])->find();
if($draw_gift['is_public_server'] == 1){
$text_message = $user_nickname . '在' . $bag_data['gift_bag_name'] . '中获得了礼物' . $draw_gift['gift_name'] . 'X' . $value['count']."\n";
$text_message = $user_nickname . '在' . $bag_data['gift_bag_name'] . '中获得了礼物' . $draw_gift['gift_name'] . 'X' . $value['count'];
$text_list_new[] = [
'text' => $text_message,
'gift_picture' => $draw_gift['base_image'],