From 97b68f94fb84dd284aa50307170318e197ac4e03 Mon Sep 17 00:00:00 2001 From: Fu Diwei Date: Mon, 29 Sep 2025 21:20:18 +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 +++++++ .../Channels/ECProduct/ChannelsECProductGetResponse.cs | 7 +++++++ .../Channels/ECProduct/ChannelsECProductUpdateRequest.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 37c098ce..e0bf2f98 100644 --- a/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Channels/ECProduct/ChannelsECProductAddRequest.cs +++ b/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Channels/ECProduct/ChannelsECProductAddRequest.cs @@ -115,6 +115,13 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models [System.Text.Json.Serialization.JsonPropertyName("sku_code")] public string? SKUCode { get; set; } + /// + /// 获取或设置商品条形码。 + /// + [Newtonsoft.Json.JsonProperty("bar_code")] + [System.Text.Json.Serialization.JsonPropertyName("bar_code")] + public string? BarCode { 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 e79e5960..2bb75b29 100644 --- a/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Channels/ECProduct/ChannelsECProductGetResponse.cs +++ b/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Channels/ECProduct/ChannelsECProductGetResponse.cs @@ -128,6 +128,13 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models [System.Text.Json.Serialization.JsonPropertyName("sku_code")] public string? SKUCode { get; set; } + /// + /// 获取或设置商品条形码。 + /// + [Newtonsoft.Json.JsonProperty("bar_code")] + [System.Text.Json.Serialization.JsonPropertyName("bar_code")] + public string? BarCode { get; set; } + /// /// 获取或设置商品属性列表。 /// diff --git a/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Channels/ECProduct/ChannelsECProductUpdateRequest.cs b/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Channels/ECProduct/ChannelsECProductUpdateRequest.cs index f8403622..fbfd8bae 100644 --- a/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Channels/ECProduct/ChannelsECProductUpdateRequest.cs +++ b/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Channels/ECProduct/ChannelsECProductUpdateRequest.cs @@ -77,6 +77,13 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models [System.Text.Json.Serialization.JsonPropertyName("sku_code")] public string? SKUCode { get; set; } + /// + /// 获取或设置商品条形码。 + /// + [Newtonsoft.Json.JsonProperty("bar_code")] + [System.Text.Json.Serialization.JsonPropertyName("bar_code")] + public string? BarCode { get; set; } + /// /// 获取或设置商品属性列表。 ///