This commit is contained in:
dengxin
2024-03-19 17:19:44 +08:00
parent 723210a121
commit ef6c744d41
13 changed files with 2765 additions and 209 deletions

View File

@@ -158,6 +158,19 @@ export const myBrowing = (current, size, status) => {
})
}
/*招工消息通知列表*/
export const recruitmentNewsList = (current, size, status) => {
return request({
url: '/api/jobslink-api/user/userrecruit/getCollectList',
method: 'get',
params: {
current,
size,
status
}
})
}
/*任务详情*/
export const missionDetail = (missionNo) => {
return request({
@@ -168,6 +181,17 @@ export const missionDetail = (missionNo) => {
}
})
}
/*任务详情*/
export const recruit_missionDetail = (missionNo,type) => {
return request({
url: '/api/jobslink-api/user/userrecruit/getCollectUserList',
method: 'get',
params: {
id:missionNo,
type
}
})
}
/*岗位详情*/
// workDetail