From 062ec9e0098b43daf989c3c6d435b019d80fb52e Mon Sep 17 00:00:00 2001 From: anfu Date: Thu, 19 Sep 2024 17:26:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=94=E5=9B=9E=E7=9A=84=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=8A=A0=E4=B8=8A=E5=90=8E=E7=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/Index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controller/Index.php b/app/controller/Index.php index a6a4d92..9469d0f 100644 --- a/app/controller/Index.php +++ b/app/controller/Index.php @@ -52,7 +52,7 @@ class Index 'code' => 200, 'msg' => null, 'data' => [ - "name" => $trueName, + "name" => $trueName . '.' . $ext, "url" => '//' . $originUrl . '/' . $savename, // "url" => 'http://192.168.1.105:8080/file/' . $savename, ],