From bf2d06ee46b254097c1d205c2ce37ab15a4ad91b Mon Sep 17 00:00:00 2001 From: lingling <kety1122@163.com> Date: 星期三, 16 四月 2025 14:20:51 +0800 Subject: [PATCH] fix bug --- LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs b/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs index 16b0491..41bc341 100644 --- a/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs +++ b/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs @@ -61,6 +61,19 @@ } /// <summary> + /// 鑾峰彇鎸囧畾澶╂暟鐨勭粺璁℃暟鎹� + /// </summary> + /// <param name="days"></param> + /// <returns></returns> + [HttpPost] + [AllowAnonymous] + public async Task<int> StatisticsByDate(int days) + { + await _statisticsService.StatisticsByDate(days); + return Constant.SUCCESS; + } + + /// <summary> /// 鑾峰彇30鏃ユ敹娆剧粺璁� /// </summary> /// <param name="input"></param> -- Gitblit v1.9.1