消息中心页面开发

This commit is contained in:
zxy
2024-03-12 23:03:27 +08:00
parent d165a26fe5
commit b17d44c99b
13 changed files with 1121 additions and 42 deletions

View File

@@ -109,6 +109,29 @@ export const myMission = (current, size, status) => {
})
}
// 消息中心:推荐岗位和推荐任务
export const tuiJianMission = (ids, type) => {
return request({
url: '/api/jobslink-api/user/userWork/getListByIDs',
method: 'get',
params: {
ids,
type
}
})
}
// 推送政策
export const getNewsPolicyList = (ids) => {
return request({
url: '/api/jobslink-api/policy/userList',
method: 'get',
params: {
ids
}
})
}
/*我的收藏*/
export const myCollection = (current, size, status) => {
return request({