controllers/cluster.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
controllers/cluster.go
@@ -174,7 +174,7 @@ // @Accept json // @Produce json // @Tags cluster // @Param clusterArg body controllers.ClusterCreateVo true "集群创建参数" // @Param clusterArg body controllers.ClusterJoinVo true "集群创建参数" // @Success 200 {string} json "{"code":200, success:true, msg:"", data:""}" // @Failure 500 {string} json "{"code":500, success:false, msg:"",data:""}" // @Router /data/api-v/cluster/joinCluster [post]