| | |
| | | return await _statisticsService.GetReceiptsList(input.ChannleList); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 渠道数据 |
| | | /// </summary> |
| | | /// <param name="input"></param> |
| | | /// <returns></returns> |
| | | [HttpPost] |
| | | [AllowAnonymous] |
| | | public async Task<ChannelDataListOutPut> GetChannelDataList(TopStatisticsInput input) |
| | |
| | | return await _statisticsService.GetChannelDataList(input.ChannleList); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 30日佣金列表 |
| | | /// </summary> |
| | | /// <param name="input"></param> |
| | | /// <returns></returns> |
| | | [HttpPost] |
| | | [AllowAnonymous] |
| | | public async Task<ChannlesRakeListOutPut> GetChannlesRakeList(TopStatisticsInput input) |