From 069d4d944d3cb504264c9389ce563e5165d7d364 Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期二, 25 三月 2025 14:02:35 +0800 Subject: [PATCH] fix:支付宝退款报错优化 --- LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs index bce743f..7ba1524 100644 --- a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs +++ b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs @@ -454,8 +454,6 @@ /// </summary> public DateTime CreationTime { get; set; } - [Name("涓嬪崟鏃堕棿")] - public string? CreationTimeStr { get; set; } [Name("閫�娆捐鍗曞彿")] public string? RefundOrderNo { get; set; } @@ -595,6 +593,11 @@ public DateTime? RefundTime { get; set; } /// <summary> + /// 閫�娆剧敵璇锋椂闂� + /// </summary> + public DateTime? RefundApplyTime { get; set; } + + /// <summary> /// 閫�娆惧嚟璇� /// </summary> public string RefundCredentialsImgUrl { get; set; } -- Gitblit v1.9.1