LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
@@ -352,9 +352,25 @@ { public Guid Id { get; set; } /// <summary> /// 上传凭证 /// </summary> public string RefundCredentialsImgUrl { get; set; } /// <summary> /// 退款驳回原因 /// </summary> public string RefundCheckRemark { get; set; } /// <summary> /// 退款类型 /// </summary> public LifePayRefundTypeEnum LifePayRefundType { get; set; } /// <summary> /// 退款金额 /// </summary> public decimal RefundPrice { get; set; } } public class RefundUserLifePayOrderInput : ChannelsBaseInput