+ Add comments of api.

This commit is contained in:
zhujinyong
2021-09-08 15:34:49 +08:00
parent d1a08fda29
commit 88d981a33c
43 changed files with 874 additions and 185 deletions
+1
View File
@@ -677,6 +677,7 @@ class task extends control
if(defined('RUN_MODE') && RUN_MODE == 'api') return $this->send(array('status' => 'fail', 'code' => 404, 'message' => '404 Not found'));
die(js::error($this->lang->notFound) . js::locate('back'));
}
$this->session->project = $task->project;
if($task->fromBug != 0)