|
|
@@ -24,7 +24,8 @@ public class SaTokenConfigure implements WebMvcConfigurer {
|
|
|
.excludePathPatterns(List.of("/manage/wholesale/check-prefix",
|
|
|
"/manage/wholesale/check-account",
|
|
|
"/manage/wholesale",
|
|
|
- "/manage/wholesale/login"));
|
|
|
+ "/manage/wholesale/login",
|
|
|
+ "/manage/wholesale/code/prepay/zfb/notify"));
|
|
|
//注解权限校验
|
|
|
registry.addInterceptor(new SaAnnotationInterceptor()).addPathPatterns("/**");
|
|
|
}
|