修改了注释文字
This commit is contained in:
parent
32463aa6c9
commit
5e5a6ac04c
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user