fix(wxapi): fix typo

This commit is contained in:
Fu Diwei
2022-02-28 13:08:43 +08:00
parent 1b580a7709
commit cbcdf491a5
9 changed files with 9 additions and 9 deletions

View File

@@ -13,7 +13,7 @@
public string ComponentAccessToken { get; set; } = string.Empty;
/// <summary>
/// 获取或设置第三方平台 AppSecret。如果不指定将使用构造 <see cref="WechatApiClient"/> 时的 <see cref="WechatApiClientOptions.AppId"/> 参数。
/// 获取或设置第三方平台 AppId。如果不指定将使用构造 <see cref="WechatApiClient"/> 时的 <see cref="WechatApiClientOptions.AppId"/> 参数。
/// </summary>
[Newtonsoft.Json.JsonProperty("component_appid")]
[System.Text.Json.Serialization.JsonPropertyName("component_appid")]

View File

@@ -6,7 +6,7 @@
public class CgibinComponentApiComponentTokenRequest : WechatApiRequest
{
/// <summary>
/// 获取或设置第三方平台 AppSecret。如果不指定将使用构造 <see cref="WechatApiClient"/> 时的 <see cref="WechatApiClientOptions.AppId"/> 参数。
/// 获取或设置第三方平台 AppId。如果不指定将使用构造 <see cref="WechatApiClient"/> 时的 <see cref="WechatApiClientOptions.AppId"/> 参数。
/// </summary>
[Newtonsoft.Json.JsonProperty("component_appid")]
[System.Text.Json.Serialization.JsonPropertyName("component_appid")]

View File

@@ -13,7 +13,7 @@
public string ComponentAccessToken { get; set; } = string.Empty;
/// <summary>
/// 获取或设置第三方平台 AppSecret。如果不指定将使用构造 <see cref="WechatApiClient"/> 时的 <see cref="WechatApiClientOptions.AppId"/> 参数。
/// 获取或设置第三方平台 AppId。如果不指定将使用构造 <see cref="WechatApiClient"/> 时的 <see cref="WechatApiClientOptions.AppId"/> 参数。
/// </summary>
[Newtonsoft.Json.JsonProperty("component_appid")]
[System.Text.Json.Serialization.JsonPropertyName("component_appid")]

View File

@@ -13,7 +13,7 @@
public string ComponentAccessToken { get; set; } = string.Empty;
/// <summary>
/// 获取或设置第三方平台 AppSecret。如果不指定将使用构造 <see cref="WechatApiClient"/> 时的 <see cref="WechatApiClientOptions.AppId"/> 参数。
/// 获取或设置第三方平台 AppId。如果不指定将使用构造 <see cref="WechatApiClient"/> 时的 <see cref="WechatApiClientOptions.AppId"/> 参数。
/// </summary>
[Newtonsoft.Json.JsonProperty("component_appid")]
[System.Text.Json.Serialization.JsonPropertyName("component_appid")]

View File

@@ -13,7 +13,7 @@
public string ComponentAccessToken { get; set; } = string.Empty;
/// <summary>
/// 获取或设置第三方平台 AppSecret。如果不指定将使用构造 <see cref="WechatApiClient"/> 时的 <see cref="WechatApiClientOptions.AppId"/> 参数。
/// 获取或设置第三方平台 AppId。如果不指定将使用构造 <see cref="WechatApiClient"/> 时的 <see cref="WechatApiClientOptions.AppId"/> 参数。
/// </summary>
[Newtonsoft.Json.JsonProperty("component_appid")]
[System.Text.Json.Serialization.JsonPropertyName("component_appid")]

View File

@@ -13,7 +13,7 @@
public string ComponentAccessToken { get; set; } = string.Empty;
/// <summary>
/// 获取或设置第三方平台 AppSecret。如果不指定将使用构造 <see cref="WechatApiClient"/> 时的 <see cref="WechatApiClientOptions.AppId"/> 参数。
/// 获取或设置第三方平台 AppId。如果不指定将使用构造 <see cref="WechatApiClient"/> 时的 <see cref="WechatApiClientOptions.AppId"/> 参数。
/// </summary>
[Newtonsoft.Json.JsonProperty("component_appid")]
[System.Text.Json.Serialization.JsonPropertyName("component_appid")]

View File

@@ -13,7 +13,7 @@
public string ComponentAccessToken { get; set; } = string.Empty;
/// <summary>
/// 获取或设置第三方平台 AppSecret。如果不指定将使用构造 <see cref="WechatApiClient"/> 时的 <see cref="WechatApiClientOptions.AppId"/> 参数。
/// 获取或设置第三方平台 AppId。如果不指定将使用构造 <see cref="WechatApiClient"/> 时的 <see cref="WechatApiClientOptions.AppId"/> 参数。
/// </summary>
[Newtonsoft.Json.JsonProperty("component_appid")]
[System.Text.Json.Serialization.JsonPropertyName("component_appid")]

View File

@@ -13,7 +13,7 @@
public string ComponentAccessToken { get; set; } = string.Empty;
/// <summary>
/// 获取或设置第三方平台 AppSecret。如果不指定将使用构造 <see cref="WechatApiClient"/> 时的 <see cref="WechatApiClientOptions.AppId"/> 参数。
/// 获取或设置第三方平台 AppId。如果不指定将使用构造 <see cref="WechatApiClient"/> 时的 <see cref="WechatApiClientOptions.AppId"/> 参数。
/// </summary>
[Newtonsoft.Json.JsonProperty("component_appid")]
[System.Text.Json.Serialization.JsonPropertyName("component_appid")]

View File

@@ -6,7 +6,7 @@
public class CgibinComponentApiStartPushTicketRequest : WechatApiRequest
{
/// <summary>
/// 获取或设置第三方平台 AppSecret。如果不指定将使用构造 <see cref="WechatApiClient"/> 时的 <see cref="WechatApiClientOptions.AppId"/> 参数。
/// 获取或设置第三方平台 AppId。如果不指定将使用构造 <see cref="WechatApiClient"/> 时的 <see cref="WechatApiClientOptions.AppId"/> 参数。
/// </summary>
[Newtonsoft.Json.JsonProperty("component_appid")]
[System.Text.Json.Serialization.JsonPropertyName("component_appid")]