From 4ad5577c2b954b5864bbbdb05ec68addef32ccb1 Mon Sep 17 00:00:00 2001 From: lewis <604446095@qq.com> Date: Thu, 21 Aug 2025 10:13:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=8A=E4=BC=A0=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E7=9A=84=E4=BF=9D=E5=AD=98=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/service/FileService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/service/FileService.php b/app/common/service/FileService.php index d79995d..24c3acf 100644 --- a/app/common/service/FileService.php +++ b/app/common/service/FileService.php @@ -50,7 +50,7 @@ class FileService $storage = ConfigService::get('storage', $default); Cache::set('STORAGE_ENGINE', $storage); } - $domain = $storage ? $storage['domain'] : ''; + $domain = $storage ? $storage['url'] : ''; } return self::format($domain, $uri);