|
|
|
@@ -34,6 +34,7 @@ type TaskDetail struct { |
|
|
|
CardDuration string `json:"CardDuration"` |
|
|
|
AiCenter string `json:"AiCenter"` |
|
|
|
FlavorName string `json:"FlavorName"` |
|
|
|
Spec *Specification `json:"Spec"` |
|
|
|
} |
|
|
|
|
|
|
|
func GetTodayCreatorCount(beginTime time.Time, endTime time.Time) (int64, error) { |
|
|
|
|