From fc85a3382990bcfb5f4d1a77f1525328343b3c8c Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期二, 25 三月 2025 18:20:47 +0800 Subject: [PATCH] fix: 新增修改实际到账金额接口 --- LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml b/LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml index 46b2f78..e3465f2 100644 --- a/LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml +++ b/LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml @@ -74,6 +74,13 @@ <param name="input"></param> <returns></returns> </member> + <member name="M:LifePayment.Application.Contracts.ILifePayService.UpdateLifePayOrderActualReceivedAmount(LifePayment.Application.Contracts.UpdateLifePayOrderInput)"> + <summary> + 淇敼瀹為檯鍒拌处閲戦 + </summary> + <param name="input"></param> + <returns></returns> + </member> <member name="M:LifePayment.Application.Contracts.ILifePayService.RefundLifePayOrder(LifePayment.Application.Contracts.RefundLifePayOrderInput)"> <summary> 閫�娆剧敓娲荤即璐硅鍗� @@ -424,6 +431,11 @@ <member name="P:LifePayment.Application.Contracts.CreateLifePayOrderInput.PremiumRate"> <summary> 鎵嬬画璐规瘮渚� + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.UpdateLifePayOrderInput.ActualReceivedAmount"> + <summary> + 瀹為檯鍒拌处閲戦 </summary> </member> <member name="P:LifePayment.Application.Contracts.QueryLifePayOrderListInput.LifePayOrderType"> @@ -931,6 +943,11 @@ 瀹屾垚鏃堕棿 </summary> </member> + <member name="P:LifePayment.Application.Contracts.LifePayRefundOrderListTemplate.RefundApplyTime"> + <summary> + 閫�娆剧敵璇锋椂闂� + </summary> + </member> <member name="P:LifePayment.Application.Contracts.LifePayRefundOrderListTemplate.RefundApplyTimeStr"> <summary> 閫�娆剧敵璇锋椂闂� -- Gitblit v1.9.1