mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-29 09:54:44 +08:00
fix(wxapi): fix typo
This commit is contained in:
@@ -13,7 +13,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Events
|
||||
/// 获取或设置授权方 AppId。
|
||||
/// </summary>
|
||||
[System.Xml.Serialization.XmlElement("AuthorizerAppid")]
|
||||
public string AuthorizerAppid { get; set; } = default!;
|
||||
public string AuthorizerAppId { get; set; } = default!;
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置预授权码。
|
||||
|
||||
@@ -13,6 +13,6 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Events
|
||||
/// 获取或设置授权方 AppId。
|
||||
/// </summary>
|
||||
[System.Xml.Serialization.XmlElement("AuthorizerAppid")]
|
||||
public string AuthorizerAppid { get; set; } = default!;
|
||||
public string AuthorizerAppId { get; set; } = default!;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user