From 8c1dce43d197565302ead9d3ae78dff8ea4f9687 Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期三, 02 四月 2025 06:05:21 +0800 Subject: [PATCH] fix:bug修复 --- LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs | 21 ++++++++++++++++++++- 1 files changed, 20 insertions(+), 1 deletions(-) diff --git a/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs b/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs index 3bfe783..e25aba2 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) @@ -621,7 +631,16 @@ await _lifePayOrderService.GetAllChannlesRake(); } - + /// <summary> + /// 缁熻浜ゆ槗娴佹按 + /// </summary> + /// <returns></returns> + [HttpGet] + [AllowAnonymous] + public async Task GetAllLifePayConsumption() + { + await _lifePayOrderService.GetAllLifePayConsumption(); + } #endregion #region 鎿嶄綔 -- Gitblit v1.9.1