From c2b49aad9f230b0d84fc09cdbef89be02641907c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=92=8A?= Date: Tue, 13 Jan 2026 08:53:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E5=B7=A1=E4=B9=90?= =?UTF-8?q?=E4=BC=9A=E7=BB=93=E6=9D=9F=E6=97=B6=E9=97=B4=E9=99=90=E5=88=B6?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/model/BlindBoxTurntableGiftDrawWorldNew.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/api/model/BlindBoxTurntableGiftDrawWorldNew.php b/application/api/model/BlindBoxTurntableGiftDrawWorldNew.php index bb224cde..1f7266a8 100644 --- a/application/api/model/BlindBoxTurntableGiftDrawWorldNew.php +++ b/application/api/model/BlindBoxTurntableGiftDrawWorldNew.php @@ -1383,9 +1383,9 @@ class BlindBoxTurntableGiftDrawWorldNew extends Model $add_end_time = ($ext['locking_time']['tow_no_locking_time'] - $ext['locking_time']['next_time']) * 60; } - if ($add_end_time <= 20) { - Cache::set($cache_key, 20, 20); - return 20; + if ($add_end_time <= 30) { + Cache::set($cache_key, 10, 10); + return 10; } return $add_end_time;