zhengyuxuan
2025-05-20 0a6ddcc8360063c8138965b69baf1fb563f6a0d8
LifePayment/LifePayment.Domain.Shared/Ali/GetPayQrCodeInput.cs
@@ -24,6 +24,11 @@
        /// 交易创建时传入的商户订单号
        /// </summary>
        public string OutTradeNo { get; set; }
        /// <summary>
        /// 退款订单号
        /// </summary>
        public string OutRefundNo { get; set; }
    }
    public class AlipayTradeRefundRequest
@@ -33,6 +38,14 @@
        /// </summary>
        public string OutTradeNo { get; set; }
        /// <summary>
        /// 退款金额
        /// </summary>
        public string RefundAmount { get; set; }
        /// <summary>
        /// 退款订单号
        /// </summary>
        public string OutRefundNo { get; set; }
    }
}