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

语音转文字

... ... @@ -536,7 +536,7 @@ class Almighty extends Api
} catch (\GuzzleHttp\Exception\ClientException $e) {
$this->error("上传失败");
}
return '/' . $filename . '.pcm';
return cdnurl('/' . $filename . '.pcm');
}
/**
... ...
... ... @@ -6,6 +6,8 @@ use app\common\controller\Api;
use app\mobile\model\CourseOrder;
use app\mobile\model\SecretOrder;
use app\mobile\model\ScoreOrder;
use addons\qiniu\library\Auth;
use app\common\model\Attachment;
/**
* 异步接口
... ...