feat(work): 反序列化微信回调通知事件模型时自动解密

This commit is contained in:
Fu Diwei
2021-08-02 18:09:39 +08:00
parent c834cd4474
commit a094f93033
8 changed files with 310 additions and 53 deletions

View File

@@ -9,7 +9,7 @@ using System.Xml.Serialization;
namespace SKIT.FlurlHttpClient.Wechat.Api
{
/// <summary>
/// 为 <see cref="WechatApiClient"/> 提供回调通知事件序列化的扩展方法。
/// 为 <see cref="WechatApiClient"/> 提供回调通知事件序列化相关的扩展方法。
/// </summary>
public static class WechatApiClientEventSerializationExtensions
{