fix: 开放获取OnlyOffice历史文件接口

This commit is contained in:
wxyclub
2023-11-16 16:45:32 +08:00
parent d48e055e29
commit c0eb72b9e5
@@ -198,6 +198,9 @@ public class WebMvcConfig implements WebMvcConfigurer {
addInterceptor.excludePathPatterns("/api/lawss/sarLawsInformation/exportLawsInformationInfo");
// 获取onlyOffice历史文件接口
addInterceptor.excludePathPatterns("/api/lawss/activiti/getAllOnlyOfficeHisFileById");
// // 添加自定义拦截器,并拦截对应 url
addInterceptor.addPathPatterns("/**");
}