zhengyuxuan
2025-03-20 f677ae3dff51661e4cc0607b9863b859dbccd204
fix:退款申请时间
2个文件已修改
14 ■■■■■ 已修改文件
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
LifePayment/LifePayment.Application/LifePay/LifePayService.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -701,9 +701,19 @@
    /// </summary>
    public string RefundCredentialsImgUrl { get; set; }
    /// <summary>
    /// 退款申请原因
    /// </summary>
    public string RefundApplyRemark { get; set; }
    /// <summary>
    /// 退款申请时间
    /// </summary>
    public DateTime? RefundApplyTime { get; set; }
    /// <summary>
    /// 退款驳回原因
    /// </summary>
    public string RefundCheckRemark { get; set; }
    /// <summary>
@@ -753,6 +763,7 @@
    /// </summary>
    public string RefundApplyRemark { get; set; }
    /// <summary>
    /// 后台填写的驳回原因
    /// </summary>
LifePayment/LifePayment.Application/LifePay/LifePayService.cs
@@ -385,6 +385,7 @@
            CreationTime = order.CreationTime,
            RefundCheckRemark = order.RefundCheckRemark,
            RefundApplyRemark = order.RefundApplyRemark,
            RefundApplyTime = order.RefundApplyTime,
            RefundTime = order.RefundTime,
            RefundOrderNo = order.RefundOrderNo,
            ACOOLYOrderNo = order.ACOOLYOrderNo,