Browse Source

开启加密

lifanagju_citu 6 months ago
parent
commit
633e3810fc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/api/position.js

+ 1 - 0
src/api/position.js

@@ -205,6 +205,7 @@ export const jobAdvertisedUpload = async (data) => {
 export const getJobDetails = async (params) => {
   return await request.get({
     url: '/app-api/menduner/system/recruit/job-advertised/detail',
+    openEncryption: true,
     params
   })
 }