This commit is contained in:
2026-01-26 19:38:04 +08:00
parent bda215d894
commit 9dcec5fb27

View File

@@ -67,9 +67,9 @@ class Lottery extends adminApi
'status' => 0 // 未发放
]);
//清除缓存
$this->redis->rm('lottery:small_pool:round');
$this->redis->rm('lottery:small_pool:total_times');
$this->redis->rm('lottery:small_pool:total_gold');
$this->redis->clear('lottery:small_pool:round');
$this->redis->clear('lottery:small_pool:total_times');
$this->redis->clear('lottery:small_pool:total_gold');
return V(1,"成功");
}