Merge branch 'master' of http://120.26.58.240:8888/r/LifePaymentApi
| | |
| | | }); |
| | | Configure<AbpAuditingOptions>(options => |
| | | { |
| | | options.IsEnabledForGetRequests = false; |
| | | options.IsEnabledForGetRequests = true; |
| | | options.ApplicationName = "LifePaymentService"; |
| | | }); |
| | | Configure<AbpUnitOfWorkOptions>(options => |
| | |
| | | /// 获取渠道折扣 |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | [HttpGet] |
| | | [HttpPost] |
| | | [AllowAnonymous] |
| | | [ChannelFilter] |
| | | public async Task<ChannelRateOutput> GetChannelRate(ChannelsBaseInput input) |
| | | { |
| | | return await _lifePayService.GetChannelRate(input); |