li97 9 mesiacov pred
rodič
commit
4689f66ba7
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      app/tytw/controller/Index.php

+ 1 - 1
app/tytw/controller/Index.php

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