LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs
@@ -441,6 +441,15 @@ return await _lifePayOrderService.GetLifePayRechargeReceiptsPage(input); } /// <summary> /// 获取累计充值流水 /// </summary> /// <returns></returns> [HttpGet] public async Task<decimal> GetLifePayRechargeReceiptsPage() { return await _lifePayOrderService.GetTotalLifePayRechargeReceipts(); } #endregion