From d65bd880c6ba3645395ab46832682e24c4594f79 Mon Sep 17 00:00:00 2001 From: zyx0814 Date: Tue, 6 Feb 2024 23:14:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=A2=9C=E8=89=B2=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/class/io/io_dzz.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/class/io/io_dzz.php b/core/class/io/io_dzz.php index 338e3ea..8690f0c 100644 --- a/core/class/io/io_dzz.php +++ b/core/class/io/io_dzz.php @@ -998,6 +998,8 @@ class io_dzz extends io_api $extraparams['istmp'] = 1; $extraparams['nomark'] = 1; $thumbpath = IO::createThumbByOriginal($filepath, $data, $width, $height, $thumbtype, 0, $extraparams); + $bz = io_remote::getBzByRemoteid($defaultspace['remoteid']); + $thumbpath = $bz.$thumbpath; if($thumbpath){ $img = IO::getFileuri($thumbpath); if ($returnurl) return $img;