refactor: change collect config

This commit is contained in:
710leo 2021-07-26 14:44:03 +08:00
parent e396ad4f67
commit af93088d2f
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ func collectRuleGetsByIdent(c *gin.Context) {
} }
type Summary struct { type Summary struct {
LatestUpdatedAt int64 `json:"latestUpdatedAt"` LatestUpdatedAt int64 `json:"latest_updated_at"`
Total int `json:"total"` Total int `json:"total"`
} }