zhengyuxuan
2025-04-02 02f5cf149ac0fecd8c7ee67bf57fb814d8464ba4
LifePayment/LifePayment.Application.Contracts/LifePay/IStatisticsService.cs
@@ -12,4 +12,11 @@
{
    Task<TopStatisticsOutput> GetTopStatistics(List<string>? channleList = null);
    Task StatisticsByDate(int days);
    Task<ReceiptsListOutPut> GetReceiptsList(List<string>? channleList = null);
    Task<ChannelDataListOutPut> GetChannelDataList(List<string>? channleList = null);
    Task<ChannlesRakeListOutPut> GetChannlesRakeList(List<string>? channleList = null);
}