Update Upload.php

This commit is contained in:
Anyon 2019-12-20 11:28:16 +08:00
parent 8c12c83ba4
commit 53e6486514

View File

@ -31,7 +31,7 @@ class Upload extends Controller
/**
* 上传安全检查
* @throws \think\Exception
* @login true
* @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\DbException
* @throws \think\db\exception\ModelNotFoundException
@ -44,6 +44,7 @@ class Upload extends Controller
/**
* 检查文件上传已经上传
* @login true
* @throws \think\Exception
* @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\DbException
@ -76,6 +77,7 @@ class Upload extends Controller
/**
* 文件上传入口
* @login true
* @return \think\response\Json
* @throws \think\Exception
* @throws \think\db\exception\DataNotFoundException