This commit is contained in:
zjt 2024-07-01 15:46:22 +08:00
parent 01271e8ef3
commit 201283fd94

View File

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