盲盒转盘 优化-缓存配置修改 提交

This commit is contained in:
2025-10-29 14:33:48 +08:00
parent e9bedb277d
commit 02f0c966c5

View File

@@ -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;
}