sunpengfei
2025-06-06 92e704206a64f4256e9fd8e9f738d6d3b4c84155
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);