fix(wxapi): 修复快速注册个人小程序回调通知事件模型字段定义错误

This commit is contained in:
code-jar
2022-11-07 17:48:22 +08:00
committed by GitHub
parent cafb1af60b
commit 8bdd1a5a25

View File

@@ -44,7 +44,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Events
/// <summary>
/// 获取或设置用户姓名。
/// </summary>
[System.Xml.Serialization.XmlElement("legal_persona_wechat", IsNullable = true)]
[System.Xml.Serialization.XmlElement("idname", IsNullable = true)]
public string? IdName { get; set; }
/// <summary>