From f8e21d7b31d7690e17f5980aeb5763036dda99f0 Mon Sep 17 00:00:00 2001
From: liushijie <lslola@126.com>
Date: 星期四, 27 三月 2025 09:12:14 +0800
Subject: [PATCH] fix bug

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

diff --git a/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs b/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs
index 63d1182..ce05b3d 100644
--- a/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs
+++ b/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs
@@ -153,9 +153,8 @@
         /// 鑾峰彇娓犻亾鎶樻墸
         /// </summary>
         /// <returns></returns>
-        [HttpGet]
+        [HttpPost]
         [AllowAnonymous]
-        [ChannelFilter]
         public async Task<ChannelRateOutput> GetChannelRate(ChannelsBaseInput input)
         {
             return await _lifePayService.GetChannelRate(input);
@@ -458,6 +457,17 @@
         }
 
         /// <summary>
+        /// 淇敼瀹為檯鍒拌处閲戦
+        /// </summary>
+        /// <param name="input"></param>
+        /// <returns></returns>
+        [HttpPost]
+        public async Task<int> UpdateLifePayOrderActualReceivedAmount(UpdateLifePayOrderInput input)
+        {
+            return await _lifePayService.UpdateLifePayOrderActualReceivedAmount(input);
+        }
+
+        /// <summary>
         /// 閫�娆剧敓娲荤即璐硅鍗�
         /// </summary>
         /// <param name="input"></param>

--
Gitblit v1.9.1