From f2f5ad552e8506476d9e2c49781487bcc89e6e06 Mon Sep 17 00:00:00 2001 From: Fu Diwei Date: Thu, 5 Feb 2026 17:53:58 +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 | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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 73861dd5..21e76365 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 @@ -67,11 +67,18 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models public int OrderStatus { get; set; } /// - /// 获取或设置实际支付金额(单位:分)。 + /// 获取或设置实际支付金额字符串(单位:分)。 /// [Newtonsoft.Json.JsonProperty("actual_payment")] [System.Text.Json.Serialization.JsonPropertyName("actual_payment")] - public string ActualPayment { get; set; } = default!; + public string ActualPaymentString { get; set; } = default!; + + /// + /// 获取或设置订单分佣基数金额字符串(单位:分)。 + /// + [Newtonsoft.Json.JsonProperty("settle_payment")] + [System.Text.Json.Serialization.JsonPropertyName("settle_payment")] + public string SettlePaymentString { get; set; } = default!; /// /// 获取或设置订单支付时间戳。