From d699bedade1d20e5f36bb09ba73e0a8b7c62e014 Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期五, 21 三月 2025 14:30:45 +0800 Subject: [PATCH] fix:新增返回值 --- LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs index a5476ae..40853ad 100644 --- a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs +++ b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs @@ -232,6 +232,11 @@ public string RefundCredentialsImgUrl { get; set; } /// <summary> + /// 閫�娆鹃噾棰� + /// </summary> + public decimal? RefundPrice { get; set; } + + /// <summary> /// 涓嬪崟鏃堕棿 /// </summary> public DateTime CreationTime { get; set; } @@ -631,6 +636,11 @@ /// 鍥炲崟鍦板潃 /// </summary> public string? ElecBillUrl { get; set; } + + /// <summary> + /// 閫�娆惧洖鍗曞湴鍧� + /// </summary> + public string? RefundElecBillUrl { get; set; } } public class LifePayRefundOrderOutput { @@ -762,6 +772,11 @@ /// 鍥炲崟鍦板潃 /// </summary> public string? ElecBillUrl { get; set; } + + /// <summary> + /// 閫�娆惧洖鍗曞湴鍧� + /// </summary> + public string? RefundElecBillUrl { get; set; } } public class CreateLifePayOrderOutput { -- Gitblit v1.9.1