From 738ac7f47b594f5bf4cf060084d533fd0abc5a44 Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期一, 24 三月 2025 10:07:33 +0800
Subject: [PATCH] fix:新增退款订单导出接口
---
LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs
index 82c7994..e72264b 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>
@@ -192,6 +191,7 @@
/// <returns></returns>
Task<PageOutput<LifePayOrderListOutput>> GetLifePayOrderPage(QueryLifePayOrderListInput input);
+ Task<PageOutput<LifePayOrderListOutput>> GetLifePayRefundOrderPage(QueryLifePayRefundOrderListInput input);
/// <summary>
/// 鑾峰彇璁㈠崟璇︽儏
@@ -250,6 +250,11 @@
Task<List<LifePayOrderListTemplate>> GetLifePayOrderPageExport(QueryLifePayOrderListInput input);
+
+ Task<List<LifePayOrderListTemplate>> GetLifePayRefudOrderPageExport(QueryLifePayRefundOrderListInput input);
+
+ Task<string> GetBillErceiptExport(string orderNo);
+
/// <summary>
/// 璁剧疆鐢熸椿缂磋垂鏀粯绫诲瀷
/// </summary>
--
Gitblit v1.9.1