This commit is contained in:
yanghang
2025-07-16 09:35:32 +08:00
parent 7fba11c632
commit f32f605479
4 changed files with 148 additions and 33 deletions
+10
View File
@@ -156,4 +156,14 @@ export const textChartApi = (data) => {
toastErrors: true,
data
});
};
// 设置学习顾问音色/traStdyTeacher/setStudyTeacher
export const setStudyTeacherApi = (data) => {
return request({
url: base_url + '/traStdyTeacher/setStudyTeacher',
method: 'post',
toastErrors: true,
data
});
};