From b8d3cc1f394d47c9f50a8823577942a468778e69 Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期四, 20 三月 2025 17:56:34 +0800
Subject: [PATCH] fix;新增字段

---
 LifePayment/LifePayment.Domain.Shared/WeChat/WxPayPostBaseModel.cs |   12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/LifePayment/LifePayment.Domain.Shared/WeChat/WxPayPostBaseModel.cs b/LifePayment/LifePayment.Domain.Shared/WeChat/WxPayPostBaseModel.cs
index 1cbcb93..d9e2d8b 100644
--- a/LifePayment/LifePayment.Domain.Shared/WeChat/WxPayPostBaseModel.cs
+++ b/LifePayment/LifePayment.Domain.Shared/WeChat/WxPayPostBaseModel.cs
@@ -600,11 +600,6 @@
     /// </summary>
     public class WxPayDomesticRefundsRequest
     {
-        /// <summary>
-        /// 寰俊鏀粯璁㈠崟鍙� 鍜宱ut_trade_no蹇呴』浜岄�変竴杩涜浼犲弬
-        /// </summary>
-        [JsonProperty("transaction_id")]
-        public string TransactionId { get; set; }
 
         /// <summary>
         /// 鍟嗘埛璁㈠崟鍙� 鍜宱ut_trade_no蹇呴』浜岄�変竴杩涜浼犲弬
@@ -630,11 +625,6 @@
         [JsonProperty("notify_url")]
         public string NotifyUrl { get; set; }
 
-        /// <summary>
-        /// 閫�娆捐祫閲戞潵婧�
-        /// </summary>
-        [JsonProperty("funds_account")]
-        public string FundsAccount { get; set; }
 
         /// <summary>
         /// 閲戦淇℃伅 蹇呭~
@@ -772,4 +762,6 @@
         public int RefundFee { get; set; }
 
     }
+
+
 }
\ No newline at end of file

--
Gitblit v1.9.1