瀏覽代碼

测试效果

li97 9 月之前
父節點
當前提交
4689f66ba7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/tytw/controller/Index.php

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

@@ -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){