*Record and get story efforts.

This commit is contained in:
songchenxuan
2022-03-23 14:55:59 +08:00
parent 1cb7e1a05f
commit 86128d1c0b
4 changed files with 63 additions and 1 deletions
-1
View File
@@ -82,5 +82,4 @@ class taskBatchCreateEntry extends Entry
$task = $this->loadModel('task')->getById($taskID);
return $this->send(200, array('task' => $task));
}
}