This commit is contained in:
杨航
2025-08-28 15:35:38 +08:00
parent 70a3d36c94
commit f181bc040c
5 changed files with 40 additions and 10 deletions
+8
View File
@@ -169,6 +169,14 @@ export const textChartPreviewApi = (data) => {
};
export const previewAfreshStudyCourse = (data) => {
return request({
url: base_url + '/traStdyInfo/previewAfreshStudyCourse',
method: 'post',
toastErrors: true,
data
});
};
// 设置学习顾问音色/traStdyTeacher/setStudyTeacher
export const setStudyTeacherApi = (data) => {