xiaoyong931011
2023-08-18 544c84ec7e9e285015cd79d48e6e4c7dcf6e6f7b
src/main/java/cc/mrbird/febs/common/configure/WebMvcConfigure.java
@@ -26,6 +26,11 @@
        InterceptorRegistration registration = registry.addInterceptor(new DappInterceptor());
        registration.addPathPatterns("/dapi/**");
        registration.excludePathPatterns("/dapi/common/**");
        registration.excludePathPatterns("/dapi/member/runListInfo");
        registration.excludePathPatterns("/dapi/member/nodeInfo");
        registration.excludePathPatterns("/dapi/member/aKLine");
        registration.excludePathPatterns("/dapi/order/categoryList");
        registration.excludePathPatterns("/dapi/order/findMallGoodsList");
    }
    /**