盲盒转盘 优化-缓存配置修改 提交
This commit is contained in:
@@ -336,7 +336,7 @@ class BlindBoxTurntableGiftDrawWorldNew extends Model
|
||||
Cache::set($cacheKey, $pan_gift_bag_detail, $this->cache_time);
|
||||
Cache::set("pan_total_quantity".$gift_bag_id, $total_quantity, $this->cache_time);
|
||||
Cache::set("pan_total_remaining".$gift_bag_id, $total_remaining, $this->cache_time);
|
||||
Cache::set("pan_total_draw_times".$gift_bag_id, $total_draw_times, $this->cache_time);
|
||||
Cache::set("pan_total_draw".$gift_bag_id, $total_draw_times, $this->cache_time);
|
||||
}
|
||||
return $pan_gift_bag_detail;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user