This commit is contained in:
zhoutianchi
2026-01-22 17:36:39 +08:00
parent 6f61bd956b
commit 0867e4302a

View File

@@ -433,6 +433,19 @@ export const changeMajor = (obj: any) => {
}); });
}; };
/**
* 退档恢复
* @param obj
*/
export const resetSign = (obj: any) => {
return request({
url: '/recruit/recruitstudentsignup/resetSign',
method: 'post',
data: obj,
});
};
/** /**
* 重新推送 * 重新推送
* @param obj * @param obj