This commit is contained in:
77
2024-08-01 15:36:12 +08:00
parent a872a3d26c
commit cb1ccccd4d
2 changed files with 4 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ public class EncryptionFilter implements Filter {
IGNORE_URL.add("/api/pay/ali/notify");
IGNORE_URL.add("/api/pay/wx/notify");
IGNORE_URL.add("/api/yx/im/notify");
IGNORE_URL.add("/api/yx/im/check");
}
private static final AntPathMatcher ANT_PATH_MATCHER = new AntPathMatcher();