Commit fcc6c84d authored by 黎博's avatar 黎博

debug

parent f7722f56
...@@ -17,7 +17,7 @@ public class InterceptorConfig implements WebMvcConfigurer { ...@@ -17,7 +17,7 @@ public class InterceptorConfig implements WebMvcConfigurer {
@Override @Override
public void addInterceptors(InterceptorRegistry registry) { public void addInterceptors(InterceptorRegistry registry) {
registry.addInterceptor(payInterceptor()).addPathPatterns("/mock/tzt-api/**"); registry.addInterceptor(payInterceptor()).addPathPatterns("/mock/tzt-api/**", "/mock/balance-board/**");
} }
} }
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