mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 10:38:10 +08:00
fix(wxapi): 修复快速注册个人小程序回调通知事件模型字段定义错误
This commit is contained in:
@@ -44,7 +44,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Events
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// 获取或设置用户姓名。
|
/// 获取或设置用户姓名。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[System.Xml.Serialization.XmlElement("legal_persona_wechat", IsNullable = true)]
|
[System.Xml.Serialization.XmlElement("idname", IsNullable = true)]
|
||||||
public string? IdName { get; set; }
|
public string? IdName { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Reference in New Issue
Block a user