zhengyuxuan
2025-03-31 8227ff24171effcbfc33bcb25a1813e452a7b40b
LifePayment/LifePayment.Application.Contracts/LifePay/IStatisticsService.cs
@@ -10,6 +10,6 @@
public interface IStatisticsService : IApplicationService
{
    Task<TopStatisticsOutput> GetTopStatistics(string channleId = "");
    Task<TopStatisticsOutput> GetTopStatistics(List<string>? channleList = null);
}