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