This commit is contained in:
吴红兵
2026-03-07 01:34:48 +08:00
parent adc511cfdc
commit 94c3473958
1211 changed files with 599405 additions and 322105 deletions

View File

@@ -50,8 +50,8 @@ export const getObj = (id: string | number) => {
url: `/professional/professionalteachercertificateconf/getById`,
method: 'get',
params: {
id: id
}
id: id,
},
});
};
@@ -64,8 +64,8 @@ export const delObj = (id: string | number) => {
url: `/professional/professionalteachercertificateconf/deleteById`,
method: 'post',
data: {
id: id
}
id: id,
},
});
};
@@ -90,4 +90,3 @@ export const getTeacherCertificateList = () => {
method: 'get',
});
};