From ce8352824b60cb7f25b049a7c9a6e29a513c65d0 Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期四, 27 三月 2025 10:00:19 +0800 Subject: [PATCH] fix:充值中的户号禁止重复充值 --- LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 47 insertions(+), 0 deletions(-) diff --git a/LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml b/LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml index 6f0b37b..a7b1079 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> 閫�娆剧敓娲荤即璐硅鍗� @@ -426,6 +433,11 @@ 鎵嬬画璐规瘮渚� </summary> </member> + <member name="P:LifePayment.Application.Contracts.UpdateLifePayOrderInput.ActualReceivedAmount"> + <summary> + 瀹為檯鍒拌处閲戦 + </summary> + </member> <member name="P:LifePayment.Application.Contracts.QueryLifePayOrderListInput.LifePayOrderType"> <summary> 璁㈠崟绫诲瀷 @@ -634,6 +646,26 @@ <member name="P:LifePayment.Application.Contracts.QueryUserPageInput.CreationTimeBegin"> <summary> 娉ㄥ唽鏃堕棿 + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.OrderPriceReturn.PlatformPrice"> + <summary> + 骞冲彴鎵f閲戦 + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.OrderPriceReturn.PremiumPrice"> + <summary> + 鎵嬬画璐� + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.OrderPriceReturn.ChannlesRakePrice"> + <summary> + 娓犻亾浣i噾 + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.OrderPriceReturn.Profit"> + <summary> + 鍒╂鼎 </summary> </member> <member name="P:LifePayment.Application.Contracts.LifePayIntroInfoInput.LifePayType"> @@ -896,6 +928,11 @@ 骞冲彴閫�娆剧姸鎬� </summary> </member> + <member name="P:LifePayment.Application.Contracts.LifePayOrderListTemplate.LifePayOrderStatus"> + <summary> + 璁㈠崟鐘舵�� + </summary> + </member> <member name="P:LifePayment.Application.Contracts.LifePayOrderListTemplate.ACOOLYStatusStr"> <summary> 渚涘簲鍟嗚鍗曠姸鎬� @@ -909,6 +946,11 @@ <member name="P:LifePayment.Application.Contracts.LifePayOrderListTemplate.FinishTime"> <summary> 瀹屾垚鏃堕棿 + </summary> + </member> + <member name="P:LifePayment.Application.Contracts.LifePayRefundOrderListTemplate.RefundApplyTime"> + <summary> + 閫�娆剧敵璇锋椂闂� </summary> </member> <member name="P:LifePayment.Application.Contracts.LifePayRefundOrderListTemplate.RefundApplyTimeStr"> @@ -1021,6 +1063,11 @@ 閫�娆炬椂闂� </summary> </member> + <member name="P:LifePayment.Application.Contracts.UserLifePayOrderOutput.RefundApplyTime"> + <summary> + 閫�娆剧敵璇锋椂闂� + </summary> + </member> <member name="P:LifePayment.Application.Contracts.UserLifePayOrderOutput.RefundCredentialsImgUrl"> <summary> 閫�娆惧嚟璇� -- Gitblit v1.9.1