mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-03-10 00:13:36 +08:00
feat(core): 支持拦截器功能
This commit is contained in:
@@ -9,6 +9,11 @@ namespace SKIT.FlurlHttpClient.Wechat
|
||||
/// </summary>
|
||||
public interface IWechatClient : IDisposable
|
||||
{
|
||||
/// <summary>
|
||||
/// 获取当前客户端的拦截器集合。
|
||||
/// </summary>
|
||||
public WechatHttpCallInterceptorCollection Interceptors { get; }
|
||||
|
||||
/// <summary>
|
||||
/// 配置客户端。
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user