| | |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 获取30日收款统计 |
| | | /// </summary> |
| | | /// <param name="input"></param> |
| | | /// <returns></returns> |
| | | [HttpPost] |
| | | [AllowAnonymous] |
| | | public async Task<ReceiptsListOutPut> GetReceiptsList(TopStatisticsInput input) |
| | | { |
| | | return await _statisticsService.GetReceiptsList(input.ChannleList); |
| | | } |
| | | |
| | | [HttpPost] |
| | | [AllowAnonymous] |
| | | public async Task<ChannelDataListOutPut> GetChannelDataList(TopStatisticsInput input) |
| | | { |
| | | return await _statisticsService.GetChannelDataList(input.ChannleList); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 获取电费面值 |
| | | /// </summary> |
| | | /// <returns></returns> |