Commit 214bc0bb authored by 黎博's avatar 黎博

更新风控拦截器配置

parent 685ea7cb
...@@ -26,6 +26,6 @@ public class InterceptorConfig implements WebMvcConfigurer { ...@@ -26,6 +26,6 @@ public class InterceptorConfig implements WebMvcConfigurer {
@Override @Override
public void addInterceptors(InterceptorRegistry registry) { public void addInterceptors(InterceptorRegistry registry) {
registry.addInterceptor(yeebaoInterceptor()).addPathPatterns("/mock/tzt-api/**", "/mock/balance-board/**"); registry.addInterceptor(yeebaoInterceptor()).addPathPatterns("/mock/tzt-api/**", "/mock/balance-board/**");
registry.addInterceptor(ruleEngineInterceptor()).addPathPatterns("/mock/rule_engine/**"); registry.addInterceptor(ruleEngineInterceptor()).addPathPatterns("/rule_engine/**");
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment