图片上传

This commit is contained in:
2025-06-17 15:08:49 +08:00
parent 1992a62c6b
commit 4111463751

View File

@@ -14,6 +14,7 @@ class ImageController extends Controller
$image = request()->file('image');
$pid = request()->file('pid');
return $image;
return new ImageService()->processImage($image, $pid);
}
}