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