mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-04-05 17:37:54 +08:00
15 lines
288 B
C#
15 lines
288 B
C#
using System;
|
|
using System.Net.Http;
|
|
using Flurl.Http;
|
|
using Flurl.Http.Configuration;
|
|
|
|
namespace SKIT.FlurlHttpClient.Wechat
|
|
{
|
|
/// <summary>
|
|
/// SKIT.FlurlHttpClient.Wechat 客户端接口。
|
|
/// </summary>
|
|
public interface IWechatClient : ICommonClient
|
|
{
|
|
}
|
|
}
|