mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
Update Upload.php
This commit is contained in:
parent
31d04d2932
commit
f8a4998b7e
@ -25,7 +25,6 @@ use think\admin\storage\TxcosStorage;
|
|||||||
use think\exception\HttpResponseException;
|
use think\exception\HttpResponseException;
|
||||||
use think\file\UploadedFile;
|
use think\file\UploadedFile;
|
||||||
use think\Response;
|
use think\Response;
|
||||||
use think\response\Json;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 文件上传接口
|
* 文件上传接口
|
||||||
@ -102,7 +101,7 @@ class Upload extends Controller
|
|||||||
* @throws \think\db\exception\DbException
|
* @throws \think\db\exception\DbException
|
||||||
* @throws \think\db\exception\ModelNotFoundException
|
* @throws \think\db\exception\ModelNotFoundException
|
||||||
*/
|
*/
|
||||||
public function file(): Json
|
public function file()
|
||||||
{
|
{
|
||||||
if (!($file = $this->getFile())->isValid()) {
|
if (!($file = $this->getFile())->isValid()) {
|
||||||
$this->error('文件上传异常,文件过大或未上传!');
|
$this->error('文件上传异常,文件过大或未上传!');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user