feat(wxapi): 随官方更新微信小店商品相关接口模型

This commit is contained in:
Fu Diwei
2025-11-27 15:36:27 +08:00
parent 92631f1c69
commit 1a81effcbd
3 changed files with 21 additions and 0 deletions

View File

@@ -229,6 +229,13 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models
[Newtonsoft.Json.JsonProperty("damage_guarantee")] [Newtonsoft.Json.JsonProperty("damage_guarantee")]
[System.Text.Json.Serialization.JsonPropertyName("damage_guarantee")] [System.Text.Json.Serialization.JsonPropertyName("damage_guarantee")]
public int? DamageGuarantee { get; set; } public int? DamageGuarantee { get; set; }
/// <summary>
/// 获取或设置是否支持换货。
/// </summary>
[Newtonsoft.Json.JsonProperty("exchange_support")]
[System.Text.Json.Serialization.JsonPropertyName("exchange_support")]
public int? ExchangeSupport { get; set; }
} }
public class Aftersale public class Aftersale

View File

@@ -177,6 +177,13 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models
[Newtonsoft.Json.JsonProperty("damage_guarantee")] [Newtonsoft.Json.JsonProperty("damage_guarantee")]
[System.Text.Json.Serialization.JsonPropertyName("damage_guarantee")] [System.Text.Json.Serialization.JsonPropertyName("damage_guarantee")]
public int? DamageGuarantee { get; set; } public int? DamageGuarantee { get; set; }
/// <summary>
/// 获取或设置是否支持换货。
/// </summary>
[Newtonsoft.Json.JsonProperty("exchange_support")]
[System.Text.Json.Serialization.JsonPropertyName("exchange_support")]
public int? ExchangeSupport { get; set; }
} }
} }

View File

@@ -249,6 +249,13 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models
[Newtonsoft.Json.JsonProperty("damage_guarantee")] [Newtonsoft.Json.JsonProperty("damage_guarantee")]
[System.Text.Json.Serialization.JsonPropertyName("damage_guarantee")] [System.Text.Json.Serialization.JsonPropertyName("damage_guarantee")]
public int? DamageGuarantee { get; set; } public int? DamageGuarantee { get; set; }
/// <summary>
/// 获取或设置是否支持换货。
/// </summary>
[Newtonsoft.Json.JsonProperty("exchange_support")]
[System.Text.Json.Serialization.JsonPropertyName("exchange_support")]
public int? ExchangeSupport { get; set; }
} }
public class Aftersale public class Aftersale