初始化项目

This commit is contained in:
2025-12-08 16:56:38 +08:00
parent bd24d39d57
commit 46af4c6734
12 changed files with 13 additions and 25 deletions

View File

@@ -9,7 +9,7 @@ import (
type adStatistics struct{}
var AdStatistics = &adStatistics{}
var AdStatistics = new(adStatistics)
// GetStatistics 获取统计数据
func (c *adStatistics) GetStatistics(ctx context.Context, req *dto.GetAdStatisticsReq) (res *dto.GetAdStatisticsRes, err error) {