From 815f80f9e653cbb3d016a22fc8839b72f0a26b35 Mon Sep 17 00:00:00 2001 From: Fu Diwei Date: Thu, 27 Nov 2025 15:36:26 +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=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E8=B5=84=E9=87=91=E6=B5=81=E6=B0=B4=E8=AF=A6=E6=83=85?= =?UTF-8?q?=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 --- .../ECFunds/ChannelsECFundsGetFundsFlowDetailResponse.cs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Channels/ECFunds/ChannelsECFundsGetFundsFlowDetailResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Channels/ECFunds/ChannelsECFundsGetFundsFlowDetailResponse.cs index 57549ada..9f6610c3 100644 --- a/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Channels/ECFunds/ChannelsECFundsGetFundsFlowDetailResponse.cs +++ b/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Channels/ECFunds/ChannelsECFundsGetFundsFlowDetailResponse.cs @@ -67,6 +67,13 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models [System.Text.Json.Serialization.JsonPropertyName("group_present_sub_order_id_list")] [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.Common.StringifiedStringArrayWithCommaSplitConverter))] public string[]? GroupPresentSubOrderIdList { get; set; } + + /// + /// 获取或设置同城配送门店 ID。 + /// + [Newtonsoft.Json.JsonProperty("intra_city_shop_id")] + [System.Text.Json.Serialization.JsonPropertyName("intra_city_shop_id")] + public string? IntraCityShopId { get; set; } } }