liuxiaolong
2019-10-26 f903c085b8adde79c3aeca453a9b935adb1ef033
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]