From d97ab36d735e1c780908f03e5d466791e70f66c1 Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期一, 24 三月 2025 14:14:21 +0800 Subject: [PATCH] fix:禁止重复提交退款申请提示 --- LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs index e72264b..41279f3 100644 --- a/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs +++ b/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs @@ -143,6 +143,13 @@ /// <returns></returns> Task<List<LifePayRateListOutput>> GetRate(); + + /// <summary> + /// 鑾峰彇娓犻亾鎶樻墸 + /// </summary> + /// <returns></returns> + Task<ChannelRateOutput> GetChannelRate(ChannelsBaseInput input); + /// <summary> /// 鑾峰彇鎵嬬画璐硅垂鐜� /// </summary> -- Gitblit v1.9.1