|
@@ -34,6 +34,7 @@ public class ApiConfig implements WebMvcConfigurer {
|
|
|
.addPathPatterns("/sys/**")
|
|
|
.addPathPatterns("/vip/**")
|
|
|
.excludePathPatterns("/auth/webhook")
|
|
|
+ .excludePathPatterns("/auth/get/info/by/id")
|
|
|
.excludePathPatterns("/auth/export/excel");
|
|
|
registry.addInterceptor(wxApiInterceptor)
|
|
|
.addPathPatterns("/wx/data/**")
|