简历更新

This commit is contained in:
dengxin
2024-02-17 14:51:57 +08:00
parent ef2e6dec38
commit bbf1716b18
3 changed files with 164 additions and 67 deletions

View File

@@ -50,6 +50,21 @@ export const setLearn = (id, learnSkill) => {
});
};
/*保存我的简历信息*/
export const setResume = ({id,education,wage,workplace,telephone}) => {
return request({
url: "/api/jobslink-api/user/user/resume/update",
method: "post",
data: {
id,
education,
wage,
workplace,
telephone
},
});
};
/*行业库*/
export const getTrade = () => {
return request({