From e35566968a190575b1662fb9f7d1246fda250888 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期三, 19 三月 2025 09:03:17 +0800 Subject: [PATCH] fix: s --- LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs b/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs index f32e018..a860b96 100644 --- a/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs +++ b/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs @@ -208,6 +208,15 @@ } /// <summary> + /// 鑾峰彇鍏ㄩ儴缂磋垂娓犻亾 + /// </summary> + [HttpGet] + public async Task<List<CreateEditPayChannelsInput>> GetLifePayChannlesAllList() + { + return await _lifePayService.GetLifePayChannlesAllList(); + } + + /// <summary> /// 鑾峰彇娓犻亾璇︽儏 /// </summary> /// <param name="id"></param> -- Gitblit v1.9.1