增加加密接口

This commit is contained in:
冯辉
2026-04-30 15:12:33 +08:00
parent 7aa8761ea8
commit c417b1b86b

View File

@@ -20,6 +20,12 @@ const encryptPathPrefixes = [
'/app/speech/',
'/app/job/',
'/app/company/',
'/app/companycontact/',
'/app/appskill/',
'/app/userworkexperiences/',
'/app/user/',
'/app/user/resume/',
'/cms/job/recommen/',
];
const isEncryptNeeded = (method, url) => {