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
686a0a7f9a
commit
960731a187
@ -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>
|
||||
/// 获取或设置命中关键字的说明描述。
|
||||
|
Loading…
Reference in New Issue
Block a user