| | |
| | | /// <summary> |
| | | /// 获取顶部统计数据 |
| | | /// </summary> |
| | | /// <param name="input"></param> |
| | | /// <returns></returns> |
| | | [HttpGet] |
| | | [HttpPost] |
| | | [AllowAnonymous] |
| | | public async Task<TopStatisticsOutput> GetTopStatistics(string channleId = "") |
| | | public async Task<TopStatisticsOutput> GetTopStatistics(TopStatisticsInput input) |
| | | { |
| | | return await _statisticsService.GetTopStatistics(channleId); |
| | | return await _statisticsService.GetTopStatistics(input.ChannleList); |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | await _lifePayOrderService.AddLifePayExpensesReceipts(new AddLifePayExpensesReceiptsInput() |
| | | { |
| | | OrderNo = res.OutTradeNo, |
| | | OutRefundNo = res.RefundId, |
| | | OutOrderNo = res.TransactionId, |
| | | LifePayType = LifePayTypeEnum.WxPay, |
| | | ExpensesReceiptsType = ExpensesReceiptsTypeEnum.Expenses, |