From f733aefd03648d10108c0ef0cbf8da9f059d87a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Mon, 26 Jan 2026 19:41:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=88=86=E5=B8=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/adminapi/controller/Lottery.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/adminapi/controller/Lottery.php b/application/adminapi/controller/Lottery.php index 5be65646..e2de5ef2 100644 --- a/application/adminapi/controller/Lottery.php +++ b/application/adminapi/controller/Lottery.php @@ -67,9 +67,9 @@ class Lottery extends adminApi 'status' => 0 // 未发放 ]); //清除缓存 - $this->redis->clear('lottery:small_pool:round'); - $this->redis->clear('lottery:small_pool:total_times'); - $this->redis->clear('lottery:small_pool:total_gold'); + $this->redis->del('lottery:small_pool:round'); + $this->redis->del('lottery:small_pool:total_times'); + $this->redis->del('lottery:small_pool:total_gold'); return V(1,"成功"); }