|
@@ -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
|
|