From cbd0b19b910e8d7c4dc4688880cec115c6b60c08 Mon Sep 17 00:00:00 2001 From: lq Date: Mon, 5 May 2025 23:48:59 +0800 Subject: [PATCH] =?UTF-8?q?OSS=E5=B0=81=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Service/common/upload/QiniuStorageService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Service/common/upload/QiniuStorageService.php b/app/Service/common/upload/QiniuStorageService.php index 7da8b6d0..83abd253 100644 --- a/app/Service/common/upload/QiniuStorageService.php +++ b/app/Service/common/upload/QiniuStorageService.php @@ -28,6 +28,7 @@ class QiniuStorageService * @param string $filePath 文件本地路径 * @param string $key 上传到七牛云的文件名 * @return array|bool + * @throws Exception */ public function uploadImage($filePath, $key): bool|array {