feat : site

This commit is contained in:
2024-11-21 15:16:56 +08:00
parent 211601a40f
commit 693b15cd3f
2 changed files with 3 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ class OssDelByUrlTask
if (!empty($url)) {
$delNum++;
$OssClient->deleteObject($bucket, substr(parse_url($url)['path'],1));
$OssClient->deleteObject($bucket, $url);
}
}