feat : oss
This commit is contained in:
@@ -66,7 +66,7 @@ class OssDelByUrlTask
|
||||
|
||||
if (!empty($url)) {
|
||||
$delNum++;
|
||||
$OssClient->deleteObject($bucket, $url);
|
||||
$OssClient->deleteObject($bucket, substr(parse_url($url)['path'],1));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user