Переглянути джерело

Merge remote-tracking branch 'origin/master'

yanliming 4 роки тому
батько
коміт
b2433d8c4b

+ 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/**")