This commit is contained in:
toom1996
2025-07-29 12:03:12 +08:00
parent dc6a8b3317
commit 53def9c266

View File

@ -56,7 +56,7 @@ class ArticleHelper
}
// 本地保存路径
$localPath = $savePath . $imageName;
$localPath = $savePath . '/' . $imageName;
// 使用带 Cookie 的 cURL 下载图片
$result = self::downloadImageWithCookie($imageUrl, $localPath);