From 201283fd9470afbec38be187eebdb9e936fb2ef1 Mon Sep 17 00:00:00 2001 From: zjt <937178071@qq.com> Date: Mon, 1 Jul 2024 15:46:22 +0800 Subject: [PATCH] voice --- src/app/helper.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/helper.tsx b/src/app/helper.tsx index 4833fc7..2206afd 100644 --- a/src/app/helper.tsx +++ b/src/app/helper.tsx @@ -39,7 +39,7 @@ export default function Home() { const characterId = query.get("id"); const token = query.get("token"); const voice2txt = (txt: string) => { - fetch("xxxx/voice/txt2voice", { + fetch("sharkapiBaseUrl/voice/txt2voice", { method: "POST", headers: { "Content-Type": "application/json",