From d64a364e912bb0d34c3efabd1bdee9a2f6ec0878 Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期一, 24 三月 2025 14:06:24 +0800
Subject: [PATCH] fix:微信退款bug修复、新增获取渠道折扣接口

---
 LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs
index 00e1bc6..41279f3 100644
--- a/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs
+++ b/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs
@@ -10,7 +10,6 @@
 
 public interface ILifePayService : IApplicationService
 {
-    Task<TopStatisticsOutput> GetTopStatistics();
 
     /// <summary>
     /// 鑾峰彇鐢佃垂闈㈠��
@@ -51,7 +50,7 @@
     Task LifePaySuccessHandler(string orderNo, string outOrderNo);
 
     /// <summary>
-    /// 鏀粯鎴愬姛鍥炶皟澶勭悊
+    /// 渚涘簲鍟嗗洖璋冨鐞�
     /// </summary>
     /// <param name="orderNo"></param>
     /// <param name="acoolyOrderNo"></param>
@@ -143,6 +142,13 @@
     /// </summary>
     /// <returns></returns>
     Task<List<LifePayRateListOutput>> GetRate();
+
+
+    /// <summary>
+    /// 鑾峰彇娓犻亾鎶樻墸
+    /// </summary>
+    /// <returns></returns>
+    Task<ChannelRateOutput> GetChannelRate(ChannelsBaseInput input);
 
     /// <summary>
     /// 鑾峰彇鎵嬬画璐硅垂鐜�
@@ -251,6 +257,9 @@
 
     Task<List<LifePayOrderListTemplate>> GetLifePayOrderPageExport(QueryLifePayOrderListInput input);
 
+
+    Task<List<LifePayOrderListTemplate>> GetLifePayRefudOrderPageExport(QueryLifePayRefundOrderListInput input);
+
     Task<string> GetBillErceiptExport(string orderNo);
 
     /// <summary>

--
Gitblit v1.9.1