From b3387a1d382ddc9e37407fc1ce379096674319c2 Mon Sep 17 00:00:00 2001 From: liuchao <1778316892@qq.com> Date: Sun, 19 Jan 2025 17:27:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8Dimage=E8=A3=81=E5=89=AA?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=E7=9A=84=E6=97=B6=E5=80=99=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E5=8E=9F=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- niucloud/app/service/core/upload/CoreImageService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/niucloud/app/service/core/upload/CoreImageService.php b/niucloud/app/service/core/upload/CoreImageService.php index 90849c421..f3704d4b0 100644 --- a/niucloud/app/service/core/upload/CoreImageService.php +++ b/niucloud/app/service/core/upload/CoreImageService.php @@ -66,7 +66,7 @@ class CoreImageService extends CoreFileService if($is_throw_exception){ throw new UploadFileException($e->getMessage()); }else{ - return ''; + return $file_path; } } -- Gitee