This commit is contained in:
guochunsi
2026-01-20 17:33:36 +08:00
parent 39c07a03ee
commit 48f65a6d1b
26 changed files with 946 additions and 590 deletions

View File

@@ -392,6 +392,14 @@ export const setFw = (obj: any) => {
});
};
export const updateInfo = (obj: any) => {
return request({
url: '/recruit/recruitstudentsignup/updateInfo',
method: 'post',
data: obj
})
}
/**
* 更新信息
* @param obj