fix: bug
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user