fix(wxapi): 修复开启 API 鉴权模式后导致默认全部接口都加密了的问题

This commit is contained in:
Fu Diwei
2024-06-05 13:50:19 +08:00
parent 921b968486
commit a92a602a71

View File

@@ -450,6 +450,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Interceptors
{
if (_customRequestPathMatcher is not null)
return _customRequestPathMatcher(relativeUrl);
return false;
}
return true;