From 168b8baf0147c0c8f9f49d6f024a86c3b3e47b22 Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期一, 09 六月 2025 10:21:43 +0800 Subject: [PATCH] Merge branch 'dev-1.3' of http://120.26.58.240:8888/r/LifePaymentApi into dev-1.3 --- LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs b/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs index 16b0491..5e4326d 100644 --- a/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs +++ b/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs @@ -15,6 +15,7 @@ using Volo.Abp.AspNetCore.Mvc; using Volo.Abp.AspNetCore.WebClientInfo; using ZeroD.Util; +using ZeroD.Util.Fadd; namespace LifePayment.HttpApi { @@ -61,6 +62,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