盲盒转盘优化-重构-调试
This commit is contained in:
@@ -1128,7 +1128,7 @@ class BlindBoxTurntableGiftDrawWorldNew extends Model
|
|||||||
'periods' => $periods,
|
'periods' => $periods,
|
||||||
'room_id' => $room_id,
|
'room_id' => $room_id,
|
||||||
'num' => $count,
|
'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'],
|
'bag_price' => $ext['xlh_box_price'],
|
||||||
'createtime' => time()
|
'createtime' => time()
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user