This commit is contained in:
张良(004796)
2024-04-12 17:53:40 +08:00
parent aa7be35924
commit 00c88bf2c9

View File

@@ -19,8 +19,8 @@ import java.util.Set;
public class EncryptionFilter implements Filter {
private static final Set<String> IGNORE_URL = new HashSet<>();
static {
IGNORE_URL.add("/api/ali/notify");
IGNORE_URL.add("/api/wx/notify");
IGNORE_URL.add("/api/pay/ali/notify");
IGNORE_URL.add("/api/pay/wx/notify");
IGNORE_URL.add("/api/yx/im/notify");
}
private static final AntPathMatcher ANT_PATH_MATCHER = new AntPathMatcher();