From c2ff291b6f7c747e171d2d2155282c310503d169 Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期四, 20 三月 2025 18:19:05 +0800
Subject: [PATCH] fix:新增日志

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

diff --git a/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs b/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs
index e3c7a06..893a7e7 100644
--- a/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs
+++ b/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs
@@ -39,12 +39,12 @@
         /// 鑾峰彇椤堕儴缁熻鏁版嵁
         /// </summary>
         /// <returns></returns>
-        //[HttpGet]
-        //[AllowAnonymous]
-        //public async Task<TopStatisticsOutput> GetTopStatistics()
-        //{
-        //    return await _lifePayService.GetTopStatistics();
-        //}
+        [HttpGet]
+        [AllowAnonymous]
+        public async Task<TopStatisticsOutput> GetTopStatistics()
+        {
+            return await _lifePayService.GetTopStatistics();
+        }
 
         /// <summary>
         /// 鑾峰彇鐢佃垂闈㈠��

--
Gitblit v1.9.1