mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-30 10:24:42 +08:00
16 lines
374 B
C#
16 lines
374 B
C#
namespace SKIT.FlurlHttpClient.Wechat.OpenAI
|
|
{
|
|
/// <summary>
|
|
/// 表示微信智能对话 API 请求的基类。
|
|
/// </summary>
|
|
public abstract class WechatChatbotRequest : CommonRequestBase, ICommonRequest
|
|
{
|
|
public static class Serialization
|
|
{
|
|
public interface IEncryptedXmlable
|
|
{
|
|
}
|
|
}
|
|
}
|
|
}
|