This commit is contained in:
2025-09-06 10:14:59 +08:00
parent 619340f04d
commit 94d9a34c63
8 changed files with 409 additions and 9 deletions

View File

@@ -747,7 +747,7 @@
try {
this.simulateUploadProgress();
const response = await fetch('/api/xunFei/save-audio', {
const response = await fetch('/api/xunFeiEn/save-audio', {
method: 'POST',
body: formData,
headers: {'Accept': 'application/json'}