@@ -51,7 +51,7 @@ class Index extends BaseController{
die;
ajax_return(array('error' => $this->error, 'errortip' => $this->errortip, 'result' => array()));
}
- //解析任务
+ //解析任务-
public function gettaskinfo(){
$taskid = $_GET['taskid'];
if(!$taskid){