From 10496309bfe3a0d65ed012c5598732f5bfac2efd Mon Sep 17 00:00:00 2001 From: lingling <kety1122@163.com> Date: 星期三, 16 四月 2025 17:44:09 +0800 Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/LifePaymentApi --- 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