This commit is contained in:
guochunsi
2026-01-21 17:24:18 +08:00

View File

@@ -401,7 +401,7 @@ export const updateInfo = (obj: any) => {
}
/**
* 更新信息
* 材料审核
* @param obj
*/
export const materialExam = (obj: any) => {
@@ -412,6 +412,15 @@ export const materialExam = (obj: any) => {
});
};
//计算折算分
export const makeCorrectScore = (obj: any) => {
return request({
url: '/recruit/recruitstudentsignup/makeCorrectScore',
method: 'post',
data: obj,
});
};
/**
* 转专业
* @param obj