From d739f66a7653ac190b029dd396529283c9b2e91e Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期三, 02 四月 2025 15:25:32 +0800 Subject: [PATCH] fix:渠道筛选 --- LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs b/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs index 138a122..5d60713 100644 --- a/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs +++ b/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs @@ -349,9 +349,9 @@ /// 鑾峰彇鍏ㄩ儴缂磋垂娓犻亾 /// </summary> [HttpGet] - public async Task<List<CreateEditPayChannelsInput>> GetLifePayChannlesAllList() + public async Task<List<CreateEditPayChannelsInput>> GetLifePayChannlesAllList(QueryLifePayChannlesInput input) { - return await _lifePayService.GetLifePayChannlesAllList(); + return await _lifePayService.GetLifePayChannlesAllList(input); } /// <summary> -- Gitblit v1.9.1