From 3a706d3378aa3626501370352963883fd2783558 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期二, 28 十一月 2023 11:24:49 +0800 Subject: [PATCH] 添加appcenter,完善算法上传下载功能 --- 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