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; } } }