Browse Source

测试效果

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

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

@@ -28,7 +28,7 @@ class Index extends BaseController{
 
          $overview = $_GET['overview'];
          $audiourl = $_GET['audiourl'];
-         $taskKey = $_GET['TaskKey'];
+         $taskKey = $_GET['taskKey'];
          if(!$overview){
              $res = array('error' => 1, 'errortip' => '请传入音频解析方向的描述', 'result' => array());
              exit(json_encode($res,JSON_UNESCAPED_UNICODE));