mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update Upload.php
This commit is contained in:
parent
8c12c83ba4
commit
53e6486514
@ -31,7 +31,7 @@ class Upload extends Controller
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 上传安全检查
|
* 上传安全检查
|
||||||
* @throws \think\Exception
|
* @login true
|
||||||
* @throws \think\db\exception\DataNotFoundException
|
* @throws \think\db\exception\DataNotFoundException
|
||||||
* @throws \think\db\exception\DbException
|
* @throws \think\db\exception\DbException
|
||||||
* @throws \think\db\exception\ModelNotFoundException
|
* @throws \think\db\exception\ModelNotFoundException
|
||||||
@ -44,6 +44,7 @@ class Upload extends Controller
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 检查文件上传已经上传
|
* 检查文件上传已经上传
|
||||||
|
* @login true
|
||||||
* @throws \think\Exception
|
* @throws \think\Exception
|
||||||
* @throws \think\db\exception\DataNotFoundException
|
* @throws \think\db\exception\DataNotFoundException
|
||||||
* @throws \think\db\exception\DbException
|
* @throws \think\db\exception\DbException
|
||||||
@ -76,6 +77,7 @@ class Upload extends Controller
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 文件上传入口
|
* 文件上传入口
|
||||||
|
* @login true
|
||||||
* @return \think\response\Json
|
* @return \think\response\Json
|
||||||
* @throws \think\Exception
|
* @throws \think\Exception
|
||||||
* @throws \think\db\exception\DataNotFoundException
|
* @throws \think\db\exception\DataNotFoundException
|
||||||
|
Loading…
x
Reference in New Issue
Block a user