From 6e262c17a5463b02d7440620d13f2eeb98743223 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期二, 14 十一月 2023 14:44:00 +0800 Subject: [PATCH] 切换主节点添加密码 --- system-service/vo/cluster.go | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/system-service/vo/cluster.go b/system-service/vo/cluster.go index 328f323..3b9116f 100644 --- a/system-service/vo/cluster.go +++ b/system-service/vo/cluster.go @@ -21,6 +21,7 @@ type UpdateClusterVo struct { ClusterId string `json:"clusterId"` NodeId string `json:"nodeId"` + Password string `json:"password"` } type ClusterJoinVo struct { -- Gitblit v1.8.0