LifePayment/LifePayment.HttpApi/LifePay/LifePayRateController.cs
@@ -52,6 +52,7 @@ /// <param name="input"></param> /// <returns></returns> [HttpPost] [AllowAnonymous] public async Task<List<CreateEditRateChannelOutput>> GetLifePayRateChannelAllList(QueryRateChannelInput input) { return await _lifePayRateService.GetLifePayRateChannelAllList(input);