mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 18:48:10 +08:00
feat(wxapi): 新增序列化回调通知事件实体类的扩展方法
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user