From f5c04cd377e28aff976d6007535ec8b50935d3be Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期二, 01 四月 2025 17:41:14 +0800
Subject: [PATCH] fix: GetLifePayRefundOrderPage bug

---
 LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs b/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs
index 3bfe783..12081d0 100644
--- a/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs
+++ b/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs
@@ -72,6 +72,11 @@
             return await _statisticsService.GetReceiptsList(input.ChannleList);
         }
 
+        /// <summary>
+        /// 娓犻亾鏁版嵁
+        /// </summary>
+        /// <param name="input"></param>
+        /// <returns></returns>
         [HttpPost]
         [AllowAnonymous]
         public async Task<ChannelDataListOutPut> GetChannelDataList(TopStatisticsInput input)
@@ -79,6 +84,11 @@
             return await _statisticsService.GetChannelDataList(input.ChannleList);
         }
 
+        /// <summary>
+        /// 30鏃ヤ剑閲戝垪琛�
+        /// </summary>
+        /// <param name="input"></param>
+        /// <returns></returns>
         [HttpPost]
         [AllowAnonymous]
         public async Task<ChannlesRakeListOutPut> GetChannlesRakeList(TopStatisticsInput input)

--
Gitblit v1.9.1