From b8d3cc1f394d47c9f50a8823577942a468778e69 Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期四, 20 三月 2025 17:56:34 +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