| | |
| | | |
| | | public interface ILifePayService : IApplicationService |
| | | { |
| | | |
| | | |
| | | Task<TopStatisticsOutput> GetTopStatistics(); |
| | | |
| | | /// <summary> |
| | |
| | | /// <returns></returns> |
| | | Task<PageOutput<LifePayOrderListOutput>> GetLifePayOrderPage(QueryLifePayOrderListInput input); |
| | | |
| | | Task<PageOutput<LifePayOrderListOutput>> GetLifePayRefundOrderPage(QueryLifePayRefundOrderListInput input); |
| | | |
| | | /// <summary> |
| | | /// 获取订单详情 |
| | |
| | | |
| | | Task<List<LifePayOrderListTemplate>> GetLifePayOrderPageExport(QueryLifePayOrderListInput input); |
| | | |
| | | Task<string> GetBillErceiptExport(string orderNo); |
| | | |
| | | /// <summary> |
| | | /// 设置生活缴费支付类型 |
| | | /// </summary> |