增加置顶集群功能

This commit is contained in:
GoEdgeLab
2022-03-17 11:12:24 +08:00
parent a218417688
commit 48361fad32
8 changed files with 98 additions and 3 deletions

View File

@@ -145,6 +145,7 @@ func (this *IndexAction) RunGet(params struct {
"dnsDomainName": dnsDomainName,
"countServers": countServersResp.Count,
"timeZone": cluster.TimeZone,
"isPinned": cluster.IsPinned,
})
}
}