mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-07-17 10:41:58 +08:00
fix(wxapi): fix typo
This commit is contained in:
parent
686a0a7f9a
commit
960731a187
@ -13,7 +13,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
[Newtonsoft.Json.JsonProperty("hit_condition")]
|
[Newtonsoft.Json.JsonProperty("hit_condition")]
|
||||||
[System.Text.Json.Serialization.JsonPropertyName("hit_condition")]
|
[System.Text.Json.Serialization.JsonPropertyName("hit_condition")]
|
||||||
public bool IsHinted { get; set; }
|
public bool IsHit { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 获取或设置命中关键字的说明描述。
|
/// 获取或设置命中关键字的说明描述。
|
||||||
|
Loading…
Reference in New Issue
Block a user