From 87095b4a2d3e342f4374423b22d90f0ed6557a7d Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期三, 02 四月 2025 14:45:32 +0800
Subject: [PATCH] fix:bug修复

---
 LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs b/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs
index 12081d0..138a122 100644
--- a/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs
+++ b/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs
@@ -621,7 +621,7 @@
         }
 
         /// <summary>
-        /// 鍚屾璁㈠崟
+        /// 鍚屾璁㈠崟鍒嗕剑淇℃伅
         /// </summary>
         /// <returns></returns>
         [HttpGet]
@@ -631,7 +631,16 @@
             await _lifePayOrderService.GetAllChannlesRake();
         }
 
-
+        /// <summary>
+        /// 缁熻浜ゆ槗娴佹按
+        /// </summary>
+        /// <returns></returns>
+        [HttpGet]
+        [AllowAnonymous]
+        public async Task GetAllLifePayConsumption()
+        {
+            await _lifePayOrderService.GetAllLifePayConsumption();
+        }
         #endregion
 
         #region 鎿嶄綔

--
Gitblit v1.9.1