From d5f58449670f05b8022fc103934ba860e8ddce5d Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期二, 25 三月 2025 15:57:39 +0800
Subject: [PATCH] fix:隐藏未支付订单

---
 LifePayment/LifePayment.Domain.Shared/Ali/GetPayQrCodeInput.cs |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/LifePayment/LifePayment.Domain.Shared/Ali/GetPayQrCodeInput.cs b/LifePayment/LifePayment.Domain.Shared/Ali/GetPayQrCodeInput.cs
index cd0fbd3..d8f195a 100644
--- a/LifePayment/LifePayment.Domain.Shared/Ali/GetPayQrCodeInput.cs
+++ b/LifePayment/LifePayment.Domain.Shared/Ali/GetPayQrCodeInput.cs
@@ -25,4 +25,14 @@
         /// </summary>
         public string OutTradeNo { get; set; }
     }
+
+    public class AlipayTradeRefundRequest
+    {
+        /// <summary>
+        /// 浜ゆ槗鍒涘缓鏃朵紶鍏ョ殑鍟嗘埛璁㈠崟鍙�
+        /// </summary>
+        public string OutTradeNo { get; set; }
+
+        public string RefundAmount { get; set; }
+    }
 }
\ No newline at end of file

--
Gitblit v1.9.1