feat(wxapi): 新增序列化回调通知事件实体类的扩展方法

This commit is contained in:
Fu Diwei
2021-07-30 18:24:21 +08:00
parent dc9d924674
commit 1295c7f97c
4 changed files with 190 additions and 4 deletions

View File

@@ -29,6 +29,16 @@ namespace SKIT.FlurlHttpClient.Wechat.Api
/// </summary>
public string AppSecret { get; set; } = default!;
/// <summary>
/// 获取或设置微信服务器推送的 EncodingAESKey。
/// </summary>
public string? PushEncodingAESKey { get; set; }
/// <summary>
/// 获取或设置微信服务器推送的 Token。
/// </summary>
public string? PushToken { get; set; }
/// <summary>
/// 获取或设置即时配送公司帐号 AppKey。
/// </summary>