From 946e61a3eec7ee3beb63a70105f47a0cb978791b Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期四, 20 三月 2025 17:43:13 +0800
Subject: [PATCH] fix:bug修复

---
 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