diff --git a/app/admin/controller/api/Upload.php b/app/admin/controller/api/Upload.php index 1ef2ff90c..c0d75e87f 100644 --- a/app/admin/controller/api/Upload.php +++ b/app/admin/controller/api/Upload.php @@ -50,6 +50,7 @@ class Upload extends Controller * 检查文件上传已经上传 * @login true * @throws \think\Exception + * @throws \think\admin\Exception * @throws \think\db\exception\DataNotFoundException * @throws \think\db\exception\DbException * @throws \think\db\exception\ModelNotFoundException @@ -86,6 +87,7 @@ class Upload extends Controller * @login true * @return \think\response\Json * @throws \think\Exception + * @throws \think\admin\Exception * @throws \think\db\exception\DataNotFoundException * @throws \think\db\exception\DbException * @throws \think\db\exception\ModelNotFoundException