盲盒转盘优化-重构-调试

This commit is contained in:
2025-10-28 18:31:55 +08:00
parent 54efad0668
commit 752fbece93

View File

@@ -1128,7 +1128,7 @@ class BlindBoxTurntableGiftDrawWorldNew extends Model
'periods' => $periods,
'room_id' => $room_id,
'num' => $count,
'gift_price' => $this->getGiftPrice($gift_id),
'gift_price' => cache::get("pan_gift_info_map".$gift_bag_id)[$gift_id], //预加载礼物信息,
'bag_price' => $ext['xlh_box_price'],
'createtime' => time()
];