爆币
This commit is contained in:
@@ -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,"成功");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user