mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-03-10 00:13:36 +08:00
fix(wxapi): fix typo
This commit is contained in:
@@ -27,14 +27,14 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
[Newtonsoft.Json.JsonProperty("level2")]
|
[Newtonsoft.Json.JsonProperty("level2")]
|
||||||
[System.Text.Json.Serialization.JsonPropertyName("level2")]
|
[System.Text.Json.Serialization.JsonPropertyName("level2")]
|
||||||
public int SecondCategroyId { get; set; }
|
public int SecondCategoryId { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 获取或设置三级类目 ID。
|
/// 获取或设置三级类目 ID。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[Newtonsoft.Json.JsonProperty("level3")]
|
[Newtonsoft.Json.JsonProperty("level3")]
|
||||||
[System.Text.Json.Serialization.JsonPropertyName("level3")]
|
[System.Text.Json.Serialization.JsonPropertyName("level3")]
|
||||||
public int ThirdCategroyId { get; set; }
|
public int ThirdCategoryId { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 获取或设置资质材料图片 URL 列表。
|
/// 获取或设置资质材料图片 URL 列表。
|
||||||
|
|||||||
@@ -52,7 +52,7 @@
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
[Newtonsoft.Json.JsonProperty("second_category_id")]
|
[Newtonsoft.Json.JsonProperty("second_category_id")]
|
||||||
[System.Text.Json.Serialization.JsonPropertyName("second_category_id")]
|
[System.Text.Json.Serialization.JsonPropertyName("second_category_id")]
|
||||||
public int SecondCategroyId { get; set; }
|
public int SecondCategoryId { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 获取或设置二级类目名称。
|
/// 获取或设置二级类目名称。
|
||||||
|
|||||||
Reference in New Issue
Block a user