作者 何书鹏
1 个管道 的构建 通过 耗费 0 秒

语音转文字

@@ -536,7 +536,7 @@ class Almighty extends Api @@ -536,7 +536,7 @@ class Almighty extends Api
536 } catch (\GuzzleHttp\Exception\ClientException $e) { 536 } catch (\GuzzleHttp\Exception\ClientException $e) {
537 $this->error("上传失败"); 537 $this->error("上传失败");
538 } 538 }
539 - return '/' . $filename . '.pcm'; 539 + return cdnurl('/' . $filename . '.pcm');
540 } 540 }
541 541
542 /** 542 /**
@@ -637,7 +637,7 @@ class Almighty extends Api @@ -637,7 +637,7 @@ class Almighty extends Api
637 } 637 }
638 curl_close($ch); 638 curl_close($ch);
639 /** asr 请求结束 **/ 639 /** asr 请求结束 **/
640 - 640 +
641 // 解析结果 641 // 解析结果
642 $response = json_decode($res, true); 642 $response = json_decode($res, true);
643 643
@@ -6,6 +6,8 @@ use app\common\controller\Api; @@ -6,6 +6,8 @@ use app\common\controller\Api;
6 use app\mobile\model\CourseOrder; 6 use app\mobile\model\CourseOrder;
7 use app\mobile\model\SecretOrder; 7 use app\mobile\model\SecretOrder;
8 use app\mobile\model\ScoreOrder; 8 use app\mobile\model\ScoreOrder;
  9 +use addons\qiniu\library\Auth;
  10 +use app\common\model\Attachment;
9 11
10 /** 12 /**
11 * 异步接口 13 * 异步接口