KKSU
2024-05-11 71756c5945f5174f53302b127e4ea5e437f8d53b
src/main/java/cc/mrbird/febs/common/configure/WebMvcConfigure.java
@@ -22,10 +22,15 @@
//        registration.addPathPatterns("/dapp/**");
//        registration.excludePathPatterns("/api/common/**");
//
        InterceptorRegistration registration = registry.addInterceptor(new DappInterceptor());
        registration.addPathPatterns("/dapp/**");
        registration.excludePathPatterns("/dapp/common/**");
        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");
    }
    /**