flat: workId

This commit is contained in:
Apcallover
2024-05-08 10:57:47 +08:00
parent 7c586212dd
commit bdd6ce0af7
4 changed files with 23 additions and 2 deletions

View File

@@ -209,6 +209,15 @@ export const missionDetail = (missionNo) => {
}
})
}
export const missionDetailById = (workId) => {
return request({
url: '/api/jobslink-api/missions/front/mission/detailById',
method: 'get',
params: {
workId
}
})
}
/*任务详情*/
export const recruit_missionDetail = (missionNo, type) => {
return request({