diff --git a/src/SKIT.FlurlHttpClient.Wechat.Api/Interceptors/WechatApiSecurityApiInterceptor.cs b/src/SKIT.FlurlHttpClient.Wechat.Api/Interceptors/WechatApiSecurityApiInterceptor.cs index 0c7cd002..c4b7e366 100644 --- a/src/SKIT.FlurlHttpClient.Wechat.Api/Interceptors/WechatApiSecurityApiInterceptor.cs +++ b/src/SKIT.FlurlHttpClient.Wechat.Api/Interceptors/WechatApiSecurityApiInterceptor.cs @@ -450,6 +450,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Interceptors { if (_customRequestPathMatcher is not null) return _customRequestPathMatcher(relativeUrl); + return false; } return true;