个人中心样式调整
This commit is contained in:
@@ -120,6 +120,18 @@ export const missionDetail = (missionNo) => {
|
||||
})
|
||||
}
|
||||
|
||||
/*岗位详情*/
|
||||
// workDetail
|
||||
export const workDetail = (workId) => {
|
||||
return request({
|
||||
url: '/api/jobslink-api/user/userWork/getWorksInfoByWorkId',
|
||||
method: 'get',
|
||||
params: {
|
||||
workId
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
/*获取收藏状态*/
|
||||
export const getCollectState = (workId) => {
|
||||
return request({
|
||||
|
||||
Reference in New Issue
Block a user