소스 검색

no message

zhengkaixin 4 년 전
부모
커밋
2b863c3d05
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      web/src/main/java/com/jpsoft/enterprise/config/WebMvcConfig.java

+ 2 - 1
web/src/main/java/com/jpsoft/enterprise/config/WebMvcConfig.java

@@ -78,7 +78,8 @@ public class WebMvcConfig implements WebMvcConfigurer {
 				.excludePathPatterns("/mobile/recruitInfoApi/recruitInfoDetail")
 				.excludePathPatterns("/mobile/whisperingWallApi/whisperingWallInfoList")
 				.excludePathPatterns("/mobile/whisperingWallApi/whisperingWallInfoDetail")
-				.excludePathPatterns("/wechat/**")
+                .excludePathPatterns("/mobile/billInfoApi/dueList")
+                .excludePathPatterns("/wechat/**")
 				.excludePathPatterns("/wxPay/**")
 				.excludePathPatterns("/aliPay/**")