From 8bdd1a5a25ac9720b12a996aa29be277ad786349 Mon Sep 17 00:00:00 2001 From: code-jar <763171683@qq.com> Date: Mon, 7 Nov 2022 17:48:22 +0800 Subject: [PATCH] =?UTF-8?q?fix(wxapi):=20=E4=BF=AE=E5=A4=8D=E5=BF=AB?= =?UTF-8?q?=E9=80=9F=E6=B3=A8=E5=86=8C=E4=B8=AA=E4=BA=BA=E5=B0=8F=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=E5=9B=9E=E8=B0=83=E9=80=9A=E7=9F=A5=E4=BA=8B=E4=BB=B6?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E5=AD=97=E6=AE=B5=E5=AE=9A=E4=B9=89=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Events/OpenComponent/NotifyThirdFastRegisterEvent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SKIT.FlurlHttpClient.Wechat.Api/Events/OpenComponent/NotifyThirdFastRegisterEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Api/Events/OpenComponent/NotifyThirdFastRegisterEvent.cs index 3929e427..706cf37a 100644 --- a/src/SKIT.FlurlHttpClient.Wechat.Api/Events/OpenComponent/NotifyThirdFastRegisterEvent.cs +++ b/src/SKIT.FlurlHttpClient.Wechat.Api/Events/OpenComponent/NotifyThirdFastRegisterEvent.cs @@ -44,7 +44,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Events /// /// 获取或设置用户姓名。 /// - [System.Xml.Serialization.XmlElement("legal_persona_wechat", IsNullable = true)] + [System.Xml.Serialization.XmlElement("idname", IsNullable = true)] public string? IdName { get; set; } ///