From e4e86e7914dc6a945bf836dbb5c6a05737a48ac0 Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期四, 27 三月 2025 13:26:04 +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