package common type TimeRange struct { Start int64 `json:"start"` // 开始时间 End int64 `json:"end"` // 结束时间 }