规范API命名

This commit is contained in:
刘祥超
2021-11-05 15:34:48 +08:00
parent 3920d24af6
commit 9452e1852d
18 changed files with 31 additions and 31 deletions

View File

@@ -41,7 +41,7 @@ func (this *IndexAction) RunGet(params struct{}) {
return
}
for _, node := range nodesResp.Nodes {
for _, node := range nodesResp.ApiNodes {
// 状态
status := &nodeconfigs.NodeStatus{}
if len(node.StatusJSON) > 0 {