mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update Queue.php
This commit is contained in:
parent
48c49d6d01
commit
52d11305a2
@ -101,9 +101,6 @@ class Queue extends Controller
|
|||||||
* 任务进度查询
|
* 任务进度查询
|
||||||
* @login true
|
* @login true
|
||||||
* @throws \think\admin\Exception
|
* @throws \think\admin\Exception
|
||||||
* @throws \think\db\exception\DataNotFoundException
|
|
||||||
* @throws \think\db\exception\DbException
|
|
||||||
* @throws \think\db\exception\ModelNotFoundException
|
|
||||||
*/
|
*/
|
||||||
public function progress()
|
public function progress()
|
||||||
{
|
{
|
||||||
@ -111,5 +108,4 @@ class Queue extends Controller
|
|||||||
$queue = QueueService::instance()->initialize($input['code']);
|
$queue = QueueService::instance()->initialize($input['code']);
|
||||||
$this->success('获取任务进度成功!', $queue->progress());
|
$this->success('获取任务进度成功!', $queue->progress());
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user