正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -625,9 +625,9 @@ class Almighty extends Api | @@ -625,9 +625,9 @@ class Almighty extends Api | ||
625 | public function asrJson($filename){ | 625 | public function asrJson($filename){ |
626 | define('DEMO_CURL_VERBOSE', false); // 打印curl debug信息 | 626 | define('DEMO_CURL_VERBOSE', false); // 打印curl debug信息 |
627 | # 填写网页上申请的appkey 如 $apiKey="g8eBUMSokVB1BHGmgxxxxxx" | 627 | # 填写网页上申请的appkey 如 $apiKey="g8eBUMSokVB1BHGmgxxxxxx" |
628 | - $API_KEY = "uY0rsLOomzKViI5n7EECQTIH"; | 628 | + $API_KEY = "Y1pLrrAmxDK2Kbqt2Tu1acIN"; |
629 | # 填写网页上申请的APP SECRET 如 $secretKey="94dc99566550d87f8fa8ece112xxxxx" | 629 | # 填写网页上申请的APP SECRET 如 $secretKey="94dc99566550d87f8fa8ece112xxxxx" |
630 | - $SECRET_KEY = "OBFNTUcia6IK70qNDmNzAwi4thYQr88l"; | 630 | + $SECRET_KEY = "0Vd4fXj2LObG30ui0QzYKKLVauGjQDET"; |
631 | # 需要识别的文件 | 631 | # 需要识别的文件 |
632 | $AUDIO_FILE = preg_match("/^http(s)?:\\/\\/.+/",$filename) ? $filename : cdnurl($filename,true); | 632 | $AUDIO_FILE = preg_match("/^http(s)?:\\/\\/.+/",$filename) ? $filename : cdnurl($filename,true); |
633 | # 文件格式 | 633 | # 文件格式 |
-
请 注册 或 登录 后发表评论