mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 02:29:40 +08:00
fix(wxapi): 修复快速注册个人小程序回调通知事件模型字段定义错误
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user