fix(wxapi): fix typo

This commit is contained in:
Fu Diwei 2021-08-26 17:12:06 +08:00
parent 686a0a7f9a
commit 960731a187

View File

@ -13,7 +13,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models
/// </summary>
[Newtonsoft.Json.JsonProperty("hit_condition")]
[System.Text.Json.Serialization.JsonPropertyName("hit_condition")]
public bool IsHinted { get; set; }
public bool IsHit { get; set; }
/// <summary>
/// 获取或设置命中关键字的说明描述。