From b826cd87cd20fe372c718acb8a0b9c7fe9b0c89a Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期五, 06 六月 2025 13:52:00 +0800
Subject: [PATCH] feat:同步测试数据

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

diff --git a/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs b/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs
index f060b43..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
 {
@@ -361,7 +362,7 @@
         /// <summary>
         /// 鑾峰彇鍏ㄩ儴缂磋垂娓犻亾
         /// </summary>
-        [HttpGet]
+        [HttpPost]
         public async Task<List<CreateEditPayChannelsInput>> GetLifePayChannlesAllList(QueryLifePayChannlesInput input)
         {
             return await _lifePayService.GetLifePayChannlesAllList(input);

--
Gitblit v1.9.1