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);