fix(wxapi): fix typo

This commit is contained in:
Fu Diwei 2022-04-29 14:04:02 +08:00
parent 8fc7dacd88
commit 20ad185799
2 changed files with 3 additions and 3 deletions

View File

@ -27,14 +27,14 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models
/// </summary>
[Newtonsoft.Json.JsonProperty("level2")]
[System.Text.Json.Serialization.JsonPropertyName("level2")]
public int SecondCategroyId { get; set; }
public int SecondCategoryId { get; set; }
/// <summary>
/// 获取或设置三级类目 ID。
/// </summary>
[Newtonsoft.Json.JsonProperty("level3")]
[System.Text.Json.Serialization.JsonPropertyName("level3")]
public int ThirdCategroyId { get; set; }
public int ThirdCategoryId { get; set; }
/// <summary>
/// 获取或设置资质材料图片 URL 列表。

View File

@ -52,7 +52,7 @@
/// </summary>
[Newtonsoft.Json.JsonProperty("second_category_id")]
[System.Text.Json.Serialization.JsonPropertyName("second_category_id")]
public int SecondCategroyId { get; set; }
public int SecondCategoryId { get; set; }
/// <summary>
/// 获取或设置二级类目名称。