zhengyuxuan
2025-03-27 8d1d296a9a2f1e1fb6b20a9b49ae190bf57650da
LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs
@@ -436,20 +436,11 @@
        /// <param name="input"></param>
        /// <returns></returns>
        [HttpPost]
        public async Task<PageOutput<LifePayRechargeReceiptsListOutput>> GetLifePayRechargeReceiptsPage(LifePayRechargeReceiptsPageInput input)
        public async Task<LifePayRechargeReceiptsPageOutput<LifePayRechargeReceiptsListOutput>> GetLifePayRechargeReceiptsPage(LifePayRechargeReceiptsPageInput input)
        {
            return await _lifePayOrderService.GetLifePayRechargeReceiptsPage(input);
        }
        /// <summary>
        /// 获取累计充值流水
        /// </summary>
        /// <returns></returns>
        [HttpGet]
        public async Task<decimal> GetLifePayRechargeReceiptsPage()
        {
            return await _lifePayOrderService.GetTotalLifePayRechargeReceipts();
        }
        #endregion