图片上传
This commit is contained in:
@@ -17,6 +17,7 @@ class ImageService
|
||||
*/
|
||||
public function processImage($imageFile, $pid = 1)
|
||||
{
|
||||
return $imageFile;
|
||||
// 1. 保存原始图片
|
||||
$originalPath = $this->storeOriginalImage(file_get_contents($imageFile));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user