From 20a5f67100349aafea763067a2290de3a8562e33 Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期四, 20 三月 2025 15:48:06 +0800 Subject: [PATCH] fix:微信退款bug修复 --- 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