图片上传

This commit is contained in:
2025-06-17 15:08:07 +08:00
parent 807d2dce01
commit 1992a62c6b

View File

@@ -17,6 +17,7 @@ class ImageService
*/
public function processImage($imageFile, $pid = 1)
{
return $imageFile;
// 1. 保存原始图片
$originalPath = $this->storeOriginalImage(file_get_contents($imageFile));