From e4dc866a9e3d8c7132f3f268c4bb95aa4a335b1d Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Wed, 17 Jan 2024 16:11:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20app/controller/IndexContro?= =?UTF-8?q?ller.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新 --- app/controller/IndexController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/controller/IndexController.php b/app/controller/IndexController.php index 33e31f8..60d6660 100644 --- a/app/controller/IndexController.php +++ b/app/controller/IndexController.php @@ -66,8 +66,8 @@ class IndexController if( preg_match($pattern, $text)){ $name = time() . rand(1, 100000) . '.mp3'; $tts = new TtsClient($this->app_id, $this->api_key, $this->api_secret, $this->ttsConfig); - file_put_contents(public_path('tts') . '/' . $name, $tts->request($text)->getBody()->getContents()); - return json(['code' => 0, 'msg' => 'ok','data'=>['mp3'=>'https://chat.lihaink.cn/tts/' . $name]]); + file_put_contents(public_path('ptts') . '/' . $name, $tts->request($text)->getBody()->getContents()); + return json(['code' => 0, 'msg' => 'ok','data'=>['mp3'=>'https://chat.lihaink.cn/ptts/' . $name]]); } return json(['code' => 0, 'msg' => 'ok']);