From f8a4998b7ef30385edd5a2709c669ab40ee1e94e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Fri, 9 Jul 2021 10:22:27 +0800 Subject: [PATCH] Update Upload.php --- app/admin/controller/api/Upload.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/admin/controller/api/Upload.php b/app/admin/controller/api/Upload.php index 38ceb6df4..3ade3fab1 100644 --- a/app/admin/controller/api/Upload.php +++ b/app/admin/controller/api/Upload.php @@ -25,7 +25,6 @@ use think\admin\storage\TxcosStorage; use think\exception\HttpResponseException; use think\file\UploadedFile; use think\Response; -use think\response\Json; /** * 文件上传接口 @@ -102,7 +101,7 @@ class Upload extends Controller * @throws \think\db\exception\DbException * @throws \think\db\exception\ModelNotFoundException */ - public function file(): Json + public function file() { if (!($file = $this->getFile())->isValid()) { $this->error('文件上传异常,文件过大或未上传!');