diff --git a/api/controller/Public.go b/api/controller/Public.go index 4c69721..0f0f327 100644 --- a/api/controller/Public.go +++ b/api/controller/Public.go @@ -230,7 +230,7 @@ func (b *Public) GetIndexData(c *gin.Context) { g := make([]*dto.IndexDataDto, 0) results := make(map[string]int64) - // 分类(1:新增用户数 2:新增算算数 3:新增单项支付数 4:新增会员购买数) + // 分类(1:新增用户数 2:新增算算次数 3:新增单项支付数 4:新增会员购买数) if req.Type == 1 { // 新增用户数 endTime, _ := time.Parse("2006-01-02", req.EndTime)