diff --git a/src/SKIT.FlurlHttpClient.Wechat.Api/Events/Card/CardMerchantCheckResultEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Api/Events/Card/CardMerchantCheckResultEvent.cs
index be166c26..04dc91fc 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Api/Events/Card/CardMerchantCheckResultEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Api/Events/Card/CardMerchantCheckResultEvent.cs
@@ -17,8 +17,8 @@
///
/// 获取或设置是否通过。
///
- [Newtonsoft.Json.JsonProperty("MerchantId")]
- [System.Text.Json.Serialization.JsonPropertyName("MerchantId")]
+ [Newtonsoft.Json.JsonProperty("IsPass")]
+ [System.Text.Json.Serialization.JsonPropertyName("IsPass")]
[System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Converters.NumericalBooleanConverter))]
[System.Xml.Serialization.XmlElement("IsPass")]
public bool IsPassed { get; set; }
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Api/Events/Card/UserGetCardEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Api/Events/Card/UserGetCardEvent.cs
index 0190890c..bed5df09 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Api/Events/Card/UserGetCardEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Api/Events/Card/UserGetCardEvent.cs
@@ -87,8 +87,8 @@
///
/// 获取或设置商户自定义字符串。
///
- [Newtonsoft.Json.JsonProperty("OuterId")]
- [System.Text.Json.Serialization.JsonPropertyName("OuterId")]
+ [Newtonsoft.Json.JsonProperty("OuterStr")]
+ [System.Text.Json.Serialization.JsonPropertyName("OuterStr")]
[System.Xml.Serialization.XmlElement("OuterStr", IsNullable = true)]
public string? OuterString { get; set; }
}
diff --git a/src/SKIT.FlurlHttpClient.Wechat.Api/Events/WxaMiniShop/ComplaintCallbackEvent.cs b/src/SKIT.FlurlHttpClient.Wechat.Api/Events/WxaMiniShop/ComplaintCallbackEvent.cs
index 6d33a240..d0f85ce9 100644
--- a/src/SKIT.FlurlHttpClient.Wechat.Api/Events/WxaMiniShop/ComplaintCallbackEvent.cs
+++ b/src/SKIT.FlurlHttpClient.Wechat.Api/Events/WxaMiniShop/ComplaintCallbackEvent.cs
@@ -49,7 +49,6 @@
///
[Newtonsoft.Json.JsonProperty("option_type")]
[System.Text.Json.Serialization.JsonPropertyName("option_type")]
- [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Converters.NumericalBooleanConverter))]
[System.Xml.Serialization.XmlElement("option_type")]
public string OptionType { get; set; } = default!;
@@ -60,7 +59,7 @@
[System.Text.Json.Serialization.JsonPropertyName("complaint_order_id")]
[System.Text.Json.Serialization.JsonNumberHandling(System.Text.Json.Serialization.JsonNumberHandling.AllowReadingFromString)]
[System.Xml.Serialization.XmlElement("complaint_order_id")]
- public string ComplaintOrderId { get; set; } = default!;
+ public long ComplaintOrderId { get; set; }
///
/// 获取或设置用户 OpenId。