From ecc217f694e03e660ef54bbada24fcb4ee59a728 Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期五, 21 三月 2025 09:33:12 +0800
Subject: [PATCH] 回单下载

---
 LifePayment/LifePayment.Domain.Shared/WeChat/WxPayPostBaseModel.cs |   31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/LifePayment/LifePayment.Domain.Shared/WeChat/WxPayPostBaseModel.cs b/LifePayment/LifePayment.Domain.Shared/WeChat/WxPayPostBaseModel.cs
index d9e2d8b..4c235b5 100644
--- a/LifePayment/LifePayment.Domain.Shared/WeChat/WxPayPostBaseModel.cs
+++ b/LifePayment/LifePayment.Domain.Shared/WeChat/WxPayPostBaseModel.cs
@@ -763,5 +763,36 @@
 
     }
 
+    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