This commit is contained in:
zhoutianchi
2026-02-04 14:01:03 +08:00
parent 779b779910
commit 8991931f3a
4 changed files with 42 additions and 12 deletions

View File

@@ -1,9 +1,9 @@
import request from '/@/utils/request';
export const exportTeacherInfoBySelf = (data?: any) => {
export const makeExportTeacherInfoBySelfTask = (data?: any) => {
return request({
url: '/professional/file/exportTeacherInfoBySelf',
url: '/professional/file/makeExportTeacherInfoBySelfTask',
method: 'post',
data: data,
});