From 8d1d296a9a2f1e1fb6b20a9b49ae190bf57650da Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期四, 27 三月 2025 14:19:40 +0800
Subject: [PATCH] fix:充值流水功能开发
---
LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs | 13 ++-----------
1 files changed, 2 insertions(+), 11 deletions(-)
diff --git a/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs b/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs
index e863fd0..08b9b62 100644
--- a/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs
+++ b/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs
@@ -436,21 +436,12 @@
/// <param name="input"></param>
/// <returns></returns>
[HttpPost]
- public async Task<PageOutput<LifePayRechargeReceiptsListOutput>> GetLifePayRechargeReceiptsPage(LifePayRechargeReceiptsPageInput input)
+ public async Task<LifePayRechargeReceiptsPageOutput<LifePayRechargeReceiptsListOutput>> GetLifePayRechargeReceiptsPage(LifePayRechargeReceiptsPageInput input)
{
return await _lifePayOrderService.GetLifePayRechargeReceiptsPage(input);
}
- /// <summary>
- /// 鑾峰彇绱鍏呭�兼祦姘�
- /// </summary>
- /// <returns></returns>
- [HttpGet]
- public async Task<decimal> GetLifePayRechargeReceiptsPage()
- {
- return await _lifePayOrderService.GetTotalLifePayRechargeReceipts();
- }
-
+
#endregion
#region 鎿嶄綔
--
Gitblit v1.9.1