mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 02:29:40 +08:00
fix(wxapi): 修复开启 API 鉴权模式后导致默认全部接口都加密了的问题
This commit is contained in:
@@ -450,6 +450,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Interceptors
|
||||
{
|
||||
if (_customRequestPathMatcher is not null)
|
||||
return _customRequestPathMatcher(relativeUrl);
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user