LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -595,6 +595,11 @@ public DateTime? RefundTime { get; set; } /// <summary> /// 退款申请时间 /// </summary> public DateTime? RefundApplyTime { get; set; } /// <summary> /// 退款凭证 /// </summary> public string RefundCredentialsImgUrl { get; set; } LifePayment/LifePayment.Application/LifePay/LifePayService.cs
@@ -530,6 +530,7 @@ CreationTime = x.CreationTime, RefundCheckRemark = x.RefundCheckRemark, RefundApplyRemark = x.RefundApplyRemark, RefundApplyTime = x.RefundApplyTime, RefundTime = x.RefundTime, ACOOLYOrderNo = x.ACOOLYOrderNo, LifePayRefundStatus = x.LifePayRefundStatus,