This commit is contained in:
杨航
2025-08-28 09:52:40 +08:00
parent 26294f85a1
commit 6e56f0cce1
4 changed files with 123 additions and 70 deletions
+12
View File
@@ -158,6 +158,18 @@ export const textChartApi = (data) => {
});
};
// 预览 对话
export const textChartPreviewApi = (data) => {
return request({
url: base_url + '/traStdyInfoPreview/previewCrsInfo',
method: 'post',
toastErrors: true,
data
});
};
// 设置学习顾问音色/traStdyTeacher/setStudyTeacher
export const setStudyTeacherApi = (data) => {
return request({