mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-29 09:54:44 +08:00
feat(work): 随官方更新企业客户回调通知事件回调模型
This commit is contained in:
@@ -58,5 +58,11 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Events
|
||||
/// </summary>
|
||||
[System.Xml.Serialization.XmlElement("FailReason", IsNullable = true)]
|
||||
public string? TransferFailReason { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置删除客户的操作来源。
|
||||
/// </summary>
|
||||
[System.Xml.Serialization.XmlElement("Source", IsNullable = true)]
|
||||
public string? Source { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user