mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-04-05 17:37:54 +08:00
fix(wxapi): fix typo
This commit is contained in:
parent
8fc7dacd88
commit
20ad185799
@ -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 列表。
|
||||
|
@ -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>
|
||||
/// 获取或设置二级类目名称。
|
||||
|
Loading…
Reference in New Issue
Block a user