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

This commit is contained in:
2025-10-29 09:03:17 +08:00
parent 47e02d8796
commit 5b03fec4f6

View File

@@ -392,7 +392,6 @@ class BlindBoxTurntableGiftDrawWorldNew extends Model
*/ */
private function buildAliasTable($gifts) private function buildAliasTable($gifts)
{ {
print_r($gifts);die;
$n = count($gifts); $n = count($gifts);
if ($n === 0) return null; if ($n === 0) return null;