xiaoyong931011
2023-08-15 db0b2a21c9fd702c2c1d4cb87b2fc6a33ad8aa30
src/main/java/cc/mrbird/febs/common/configure/WebMvcConfigure.java
@@ -23,9 +23,14 @@
//        registration.excludePathPatterns("/api/common/**");
//
//        InterceptorRegistration registration = registry.addInterceptor(new DappInterceptor());
//        registration.addPathPatterns("/dapp/**");
//        registration.excludePathPatterns("/dapp/common/**");
        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");
    }
    /**