From 3960d1323d00bfbc6dbd2a2e44bc0421b742b0cb Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq.com> Date: Thu, 17 Jul 2025 11:38:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=8A=E5=A4=A9=E6=A8=A1=E7=B3=8A=E9=80=BB?= =?UTF-8?q?=E8=BE=91=E6=B7=BB=E5=8A=A0=E5=85=A8=E6=B5=81=E7=A8=8B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/enterprise/controller/Files.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/enterprise/controller/Files.php b/app/enterprise/controller/Files.php index 18ad481..c590d3f 100644 --- a/app/enterprise/controller/Files.php +++ b/app/enterprise/controller/Files.php @@ -117,6 +117,6 @@ class Files extends BaseController MessageView::addView($msg_id, $this->uid, $file_id, $res['content']); - return success('', ['src' => $res['src']]); + return success('', ['src' => getFileUrl($res['src'])]); } }