| | |
| | | <name>LifePayment.Application.Contracts</name> |
| | | </assembly> |
| | | <members> |
| | | <member name="M:LifePayment.Application.Contracts.ILifePayAnnouncementService.GetLifePayAnnouncementPage(LifePayment.Application.Contracts.GetLifePayAnnouncementPageInput)"> |
| | | <summary> |
| | | 获取公告分页 |
| | | </summary> |
| | | <param name="input"></param> |
| | | <returns></returns> |
| | | </member> |
| | | <member name="M:LifePayment.Application.Contracts.ILifePayAnnouncementService.CreateOrEditLifePayAnnouncement(LifePayment.Application.Contracts.CreateEditLifePayAnnouncementInput)"> |
| | | <summary> |
| | | 新增编辑公告 |
| | | </summary> |
| | | <param name="input"></param> |
| | | <returns></returns> |
| | | </member> |
| | | <member name="M:LifePayment.Application.Contracts.ILifePayAnnouncementService.DeleteLifePayAnnouncement(System.Guid)"> |
| | | <summary> |
| | | 删除公告 |
| | | </summary> |
| | | <param name="id"></param> |
| | | <returns></returns> |
| | | </member> |
| | | <member name="M:LifePayment.Application.Contracts.ILifePayAnnouncementService.GetShowingLifePayAnnouncement(LifePayment.Application.Contracts.GetShowingLifePayAnnouncementInput)"> |
| | | <summary> |
| | | 获取当前展示中的公告 |
| | | </summary> |
| | | <returns></returns> |
| | | </member> |
| | | <member name="M:LifePayment.Application.Contracts.ILifePayRateService.GetLifePayRateChannelPage(ZeroD.Util.PageInput)"> |
| | | <summary> |
| | | 获取折扣通道配置分页 |
| | |
| | | <param name="amount"></param> |
| | | <returns></returns> |
| | | <exception cref="T:Volo.Abp.UserFriendlyException"></exception> |
| | | </member> |
| | | <member name="P:LifePayment.Application.Contracts.CreateEditLifePayAnnouncementInput.AnnouncementType"> |
| | | <summary> |
| | | 公告类型 |
| | | </summary> |
| | | </member> |
| | | <member name="P:LifePayment.Application.Contracts.CreateEditLifePayAnnouncementInput.StartTime"> |
| | | <summary> |
| | | 生效日期 |
| | | </summary> |
| | | </member> |
| | | <member name="P:LifePayment.Application.Contracts.CreateEditLifePayAnnouncementInput.EndTime"> |
| | | <summary> |
| | | 截止日期 |
| | | </summary> |
| | | </member> |
| | | <member name="P:LifePayment.Application.Contracts.CreateEditLifePayAnnouncementInput.AnnouncementContent"> |
| | | <summary> |
| | | 公告内容 |
| | | </summary> |
| | | </member> |
| | | <member name="P:LifePayment.Application.Contracts.CreateLifePayOrderInput`1.ChannelId"> |
| | | <summary> |
| | |
| | | 通知内容 |
| | | </summary> |
| | | </member> |
| | | <member name="P:LifePayment.Application.Contracts.LifePay.QueryRateChannelInput.LifePayOrderType"> |
| | | <summary> |
| | | 充值类型 |
| | | </summary> |
| | | </member> |
| | | <member name="M:LifePayment.Application.Contracts.ILogService.LogFront(LifePayment.Domain.Shared.LogFrontInput)"> |
| | | <summary> |
| | | 记录前端日志 |