mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-04-05 17:37:54 +08:00
docs: 完善文档
This commit is contained in:
parent
71fe3b3b18
commit
88f0252e3a
@ -5,7 +5,7 @@
|
||||
拦截器是一种可以监视或重写请求调用的强大机制。下面给出一个用于记录传出请求和传入响应的拦截器简单示例:
|
||||
|
||||
```csharp
|
||||
public class LoggingInterceptor : WechatHttpCallInterceptor
|
||||
public class LoggingInterceptor : FlurlHttpCallInterceptor
|
||||
{
|
||||
private readonly ILogger _logger;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user