From a92a602a71e5cdee7c9772ad92d02c54f509c51d Mon Sep 17 00:00:00 2001 From: Fu Diwei Date: Wed, 5 Jun 2024 13:50:19 +0800 Subject: [PATCH] =?UTF-8?q?fix(wxapi):=20=E4=BF=AE=E5=A4=8D=E5=BC=80?= =?UTF-8?q?=E5=90=AF=20API=20=E9=89=B4=E6=9D=83=E6=A8=A1=E5=BC=8F=E5=90=8E?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E9=BB=98=E8=AE=A4=E5=85=A8=E9=83=A8=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E9=83=BD=E5=8A=A0=E5=AF=86=E4=BA=86=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Interceptors/WechatApiSecurityApiInterceptor.cs | 1 + 1 file changed, 1 insertion(+) 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;