fix: 更换后的onlyoffice使用的文件下载接口

This commit is contained in:
wxyclub
2023-11-26 15:53:22 +08:00
parent 44d888d48f
commit 423894bc6f
@@ -159,6 +159,9 @@ public class WebMvcConfig implements WebMvcConfigurer {
addInterceptor.excludePathPatterns("/api/lawss/sarBussionessStand/importSarBussionessStandFile");
addInterceptor.excludePathPatterns("/api/sarLawsDetailedList/sar-laws-detailed-list/importData");
// 更换后的onlyoffice使用的文件下载接口
addInterceptor.excludePathPatterns("/api/att/attFile/downloadFileForSarNewOnlyOffice");
//企标标准导入模板下载
addInterceptor.excludePathPatterns("/api/lawss/sarBussionessStand/exportTemplateFile");