feat : oss
This commit is contained in:
@@ -62,7 +62,7 @@ class OssDelByUrlTask
|
||||
|
||||
$delNum = 0;
|
||||
for ($i = 1; $i < 50; $i++) {
|
||||
$url = $this->redis->rPop($key);
|
||||
$url = $this->redis->rPop($key,'system');
|
||||
|
||||
if (!empty($url)) {
|
||||
$delNum++;
|
||||
|
||||
Reference in New Issue
Block a user