更新任务模块权限
This commit is contained in:
parent
db94cd49ed
commit
3ef150f634
|
@ -26,7 +26,7 @@ class ProjectTask extends ApiController
|
|||
|
||||
public function index()
|
||||
{
|
||||
$this->checkAuth();
|
||||
// $this->checkAuth();
|
||||
$param = get_params();
|
||||
$param['uid'] = JWT_UID;
|
||||
$list = (new TaskList())->list($param);
|
||||
|
|
Loading…
Reference in New Issue