From 1a81effcbd755c1f31c9fb87c6eda3b6f4788849 Mon Sep 17 00:00:00 2001 From: Fu Diwei Date: Thu, 27 Nov 2025 15:36:27 +0800 Subject: [PATCH] =?UTF-8?q?feat(wxapi):=20=E9=9A=8F=E5=AE=98=E6=96=B9?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=BE=AE=E4=BF=A1=E5=B0=8F=E5=BA=97=E5=95=86?= =?UTF-8?q?=E5=93=81=E7=9B=B8=E5=85=B3=E6=8E=A5=E5=8F=A3=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Channels/ECProduct/ChannelsECProductAddRequest.cs | 7 +++++++ .../ECProduct/ChannelsECProductAuditFreeRequest.cs | 7 +++++++ .../Channels/ECProduct/ChannelsECProductGetResponse.cs | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Channels/ECProduct/ChannelsECProductAddRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Channels/ECProduct/ChannelsECProductAddRequest.cs index e7cc6bc6..0cbef263 100644 --- a/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Channels/ECProduct/ChannelsECProductAddRequest.cs +++ b/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Channels/ECProduct/ChannelsECProductAddRequest.cs @@ -229,6 +229,13 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models [Newtonsoft.Json.JsonProperty("damage_guarantee")] [System.Text.Json.Serialization.JsonPropertyName("damage_guarantee")] public int? DamageGuarantee { get; set; } + + /// + /// 获取或设置是否支持换货。 + /// + [Newtonsoft.Json.JsonProperty("exchange_support")] + [System.Text.Json.Serialization.JsonPropertyName("exchange_support")] + public int? ExchangeSupport { get; set; } } public class Aftersale diff --git a/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Channels/ECProduct/ChannelsECProductAuditFreeRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Channels/ECProduct/ChannelsECProductAuditFreeRequest.cs index f59e1aa1..d9888336 100644 --- a/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Channels/ECProduct/ChannelsECProductAuditFreeRequest.cs +++ b/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Channels/ECProduct/ChannelsECProductAuditFreeRequest.cs @@ -177,6 +177,13 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models [Newtonsoft.Json.JsonProperty("damage_guarantee")] [System.Text.Json.Serialization.JsonPropertyName("damage_guarantee")] public int? DamageGuarantee { get; set; } + + /// + /// 获取或设置是否支持换货。 + /// + [Newtonsoft.Json.JsonProperty("exchange_support")] + [System.Text.Json.Serialization.JsonPropertyName("exchange_support")] + public int? ExchangeSupport { get; set; } } } diff --git a/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Channels/ECProduct/ChannelsECProductGetResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Channels/ECProduct/ChannelsECProductGetResponse.cs index ef04ae7d..9c11cb72 100644 --- a/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Channels/ECProduct/ChannelsECProductGetResponse.cs +++ b/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Channels/ECProduct/ChannelsECProductGetResponse.cs @@ -249,6 +249,13 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models [Newtonsoft.Json.JsonProperty("damage_guarantee")] [System.Text.Json.Serialization.JsonPropertyName("damage_guarantee")] public int? DamageGuarantee { get; set; } + + /// + /// 获取或设置是否支持换货。 + /// + [Newtonsoft.Json.JsonProperty("exchange_support")] + [System.Text.Json.Serialization.JsonPropertyName("exchange_support")] + public int? ExchangeSupport { get; set; } } public class Aftersale