mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-12-28 16:36:37 +08:00
获取DNS节点配置信息时增加节点UniqueId信息
This commit is contained in:
@@ -383,6 +383,7 @@ func (this *NSNodeDAO) ComposeNodeConfig(tx *dbs.Tx, nodeId int64) (*dnsconfigs.
|
||||
|
||||
config := &dnsconfigs.NSNodeConfig{
|
||||
Id: int64(node.Id),
|
||||
NodeId: node.UniqueId,
|
||||
ClusterId: int64(node.ClusterId),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user