From 52d11305a2d9d530feb48adaca23ee84607eecf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Wed, 19 Oct 2022 17:02:55 +0800 Subject: [PATCH] Update Queue.php --- app/admin/controller/api/Queue.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/admin/controller/api/Queue.php b/app/admin/controller/api/Queue.php index 64446c7f5..de24a2ca2 100644 --- a/app/admin/controller/api/Queue.php +++ b/app/admin/controller/api/Queue.php @@ -101,9 +101,6 @@ class Queue extends Controller * 任务进度查询 * @login true * @throws \think\admin\Exception - * @throws \think\db\exception\DataNotFoundException - * @throws \think\db\exception\DbException - * @throws \think\db\exception\ModelNotFoundException */ public function progress() { @@ -111,5 +108,4 @@ class Queue extends Controller $queue = QueueService::instance()->initialize($input['code']); $this->success('获取任务进度成功!', $queue->progress()); } - } \ No newline at end of file