|
@@ -98,7 +98,8 @@ export const entUpdatePassword = async (data) => {
|
|
|
// 招聘端-获取人才的在线简历详情
|
|
|
export const getPersonCvDetail = async (userId, id) => {
|
|
|
return await request.get({
|
|
|
- url: `/app-api/menduner/system/recruit/person-cv/detail?userId=${userId}&id=${id}`
|
|
|
+ url: `/app-api/menduner/system/recruit/person-cv/detail?userId=${userId}&id=${id}`,
|
|
|
+ openEncryption: true
|
|
|
})
|
|
|
}
|
|
|
|