Merge branch 'develop_master' into FOTON
This commit is contained in:
@@ -112,6 +112,11 @@ public class WebMvcConfig implements WebMvcConfigurer {
|
|||||||
//预警导出
|
//预警导出
|
||||||
addInterceptor.excludePathPatterns("/api/sys/EarlyWarning/exportWarning");
|
addInterceptor.excludePathPatterns("/api/sys/EarlyWarning/exportWarning");
|
||||||
|
|
||||||
|
//企标文件检查接口
|
||||||
|
addInterceptor.excludePathPatterns("/api/lawss/sarBussionessStand/checkFileByEncrypt");
|
||||||
|
|
||||||
|
//标准文件检查接口
|
||||||
|
addInterceptor.excludePathPatterns("/api/sarStandardsInfo/sar-standards-info/checkFileByEncrypt");
|
||||||
|
|
||||||
//OCR回调存储文件
|
//OCR回调存储文件
|
||||||
addInterceptor.excludePathPatterns("/api/ocr/OCRRestful/OcrHandleResult");
|
addInterceptor.excludePathPatterns("/api/ocr/OCRRestful/OcrHandleResult");
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ public class SwaggerConfig {
|
|||||||
|
|
||||||
ParameterBuilder tokenPar = new ParameterBuilder();
|
ParameterBuilder tokenPar = new ParameterBuilder();
|
||||||
List<Parameter> pars = new ArrayList<>();
|
List<Parameter> pars = new ArrayList<>();
|
||||||
tokenPar.name("Authorization")
|
tokenPar.name("token")
|
||||||
.description("令牌")
|
.description("令牌")
|
||||||
.modelRef(new ModelRef("string"))
|
.modelRef(new ModelRef("string"))
|
||||||
.parameterType("header")
|
.parameterType("header")
|
||||||
|
|||||||
Reference in New Issue
Block a user