From 32bb0fa0c36c0df532a37d1e4ae959cff69c75a5 Mon Sep 17 00:00:00 2001 From: Fu Diwei Date: Thu, 27 Nov 2025 15:36:24 +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=B8=A6?= =?UTF-8?q?=E8=B4=A7=E5=8A=A9=E6=89=8B=E4=BD=A3=E9=87=91=E5=8D=95=E7=9B=B8?= =?UTF-8?q?=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 --- .../Order/ChannelsECTalentGetOrderDetailResponse.cs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Channels/ECTalent/Order/ChannelsECTalentGetOrderDetailResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Channels/ECTalent/Order/ChannelsECTalentGetOrderDetailResponse.cs index 6a9c03ee..73861dd5 100644 --- a/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Channels/ECTalent/Order/ChannelsECTalentGetOrderDetailResponse.cs +++ b/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Channels/ECTalent/Order/ChannelsECTalentGetOrderDetailResponse.cs @@ -73,6 +73,13 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models [System.Text.Json.Serialization.JsonPropertyName("actual_payment")] public string ActualPayment { get; set; } = default!; + /// + /// 获取或设置订单支付时间戳。 + /// + [Newtonsoft.Json.JsonProperty("order_pay_time")] + [System.Text.Json.Serialization.JsonPropertyName("order_pay_time")] + public long OrderPayTimestamp { get; set; } + /// /// 获取或设置订单创建时间戳。 ///