|
|
@@ -57,6 +57,7 @@ public class WebMvcConfig implements WebMvcConfigurer {
|
|
|
.excludePathPatterns("/mobile/personInfoApi/getVerifyCode")
|
|
|
.excludePathPatterns("/mobile/personInfoApi/loginByPassword")
|
|
|
.excludePathPatterns("/mobile/personInfoApi/validateCode")
|
|
|
+ .excludePathPatterns("/mobile/personInfoApi/findByOpenId")
|
|
|
.excludePathPatterns("/mobile/companyInfoApi/companyNum")
|
|
|
.excludePathPatterns("/mobile/newsInfoApi/firstLevelDirectory")
|
|
|
.excludePathPatterns("/mobile/newsInfoApi/secondLevelDirectory")
|
|
|
@@ -65,6 +66,7 @@ public class WebMvcConfig implements WebMvcConfigurer {
|
|
|
.excludePathPatterns("/mobile/companyInfoApi/regionList")
|
|
|
.excludePathPatterns("/mobile/companyInfoApi/companyList")
|
|
|
.excludePathPatterns("/mobile/companyInfoApi/companyDetail")
|
|
|
+ .excludePathPatterns("/mobile/companyInfoApi/attributeList")
|
|
|
;
|
|
|
}
|
|
|
}
|