From 5f6f3e8e5fc2a3378f27ac244d62c97746bafc2a Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期一, 24 三月 2025 10:21:18 +0800
Subject: [PATCH] fix:统计bug修复

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

diff --git a/LifePayment/LifePayment.Domain.Shared/WeChat/WxPayPostBaseModel.cs b/LifePayment/LifePayment.Domain.Shared/WeChat/WxPayPostBaseModel.cs
index 1cbcb93..4c235b5 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,37 @@
         public int RefundFee { get; set; }
 
     }
+
+    public class WxPayTradeBillApplyRequest
+    {
+        /// <summary>
+        /// 寰俊鏀粯璁㈠崟鍙�
+        /// </summary>
+        [JsonProperty("out_bill_no")]
+        public string OutBillNo { get; set; }
+    }
+
+    public class WxPayTradeBillApplyReponse
+    {
+       /// <summary>
+        /// 寰俊鏀粯璁㈠崟鍙�
+        /// </summary>
+        [JsonProperty("transfer_bill_no")]
+        public string TransferBillNo { get; set; }
+    }
+
+    public class WxPayTradeBillQueryRequest
+    {
+        /// <summary>
+        /// 寰俊鏀粯璁㈠崟鍙�
+        /// </summary>
+        [JsonProperty("transfer_bill_no")]
+        public string TransferBillNo { get; set; }
+    }
+
+    public class WxPayTradeBillQueryReponse
+    {
+        [JsonProperty("download_url")]
+        public string DownloadUrl { get; set; }
+    }
 }
\ No newline at end of file

--
Gitblit v1.9.1