li97 9 months ago
parent
commit
b4b417f983
1 changed files with 3 additions and 1 deletions
  1. 3 1
      app/tytw/controller/Index.php

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

@@ -18,7 +18,8 @@ use think\facade\Env;
 
 class Index extends BaseController{
 
-    public function addtaskone(){ 
+    //创建任务
+    public function addtaskone(){
          $overview = $_GET['overview'];
          $audiourl = $_GET['audiourl'];
          if(!$overview){
@@ -34,6 +35,7 @@ class Index extends BaseController{
 
         var_dump($result);
     }
+    //解析任务
     public function gettaskinfo(){
         $taskid = $_GET['taskid'];
         if(!$taskid){