mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-08 11:20:26 +08:00
集群API中增加时区信息
This commit is contained in:
@@ -294,6 +294,7 @@ func (this *NodeClusterService) ListEnabledNodeClusters(ctx context.Context, req
|
|||||||
DnsName: cluster.DnsName,
|
DnsName: cluster.DnsName,
|
||||||
DnsDomainId: int64(cluster.DnsDomainId),
|
DnsDomainId: int64(cluster.DnsDomainId),
|
||||||
IsOn: cluster.IsOn == 1,
|
IsOn: cluster.IsOn == 1,
|
||||||
|
TimeZone: cluster.TimeZone,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user