diff --git a/utils/request.js b/utils/request.js index d63981a..4c4e0ee 100644 --- a/utils/request.js +++ b/utils/request.js @@ -16,10 +16,16 @@ const needToEncryptSet = new Set([ const encryptPathPrefixes = [ '/app/common/', - '/app/chat/', - '/app/speech/', - '/app/job/', - '/app/company/', + '/app/chat/', + '/app/speech/', + '/app/job/', + '/app/company/', + '/app/companycontact/', + '/app/appskill/', + '/app/userworkexperiences/', + '/app/user/', + '/app/user/resume/', + '/cms/job/recommen/', ]; const isEncryptNeeded = (method, url) => {