规范命名

This commit is contained in:
刘祥超
2021-11-05 15:37:07 +08:00
parent 71cbb2d695
commit f7b961d256

View File

@@ -64,7 +64,7 @@ func (this *SyncAPINodesTask) Loop() error {
}
newEndpoints := []string{}
for _, node := range resp.Nodes {
for _, node := range resp.ApiNodes {
if !node.IsOn {
continue
}