flat: 暂存

This commit is contained in:
Apcallover
2024-05-07 19:57:08 +08:00
parent 42e265bf0f
commit a05ef7742d
5 changed files with 232 additions and 5 deletions

View File

@@ -282,4 +282,12 @@ export const getListByKeyWords = (keywords) => {
keywords
}
})
}
export const getMyInviteUserList = (params) => {
return request({
url: '/api/jobslink-api/user/userrecruit/getMyInviteUserList',
method: 'get',
params
})
}