123
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user