li97 9 달 전
부모
커밋
b4b417f983
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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){