语言转文字接口

This commit is contained in:
yanghang
2025-06-27 17:07:08 +08:00
parent 2830d02d50
commit 58065003d3
7 changed files with 308 additions and 64 deletions
+8
View File
@@ -26,4 +26,12 @@ export const studyParagraphOverApi = (data) => {
method: 'post',
data
});
};
// 上传语音翻译i文本 /traStdyInfo/audioTranscriptions
export const audioTranscriptionsApi = (data) => {
return request({
url: base_url + '/traStdyInfo/audioTranscriptions',
method: 'post',
data
});
};