liuxiaolong
2019-09-29 b0e5bb4c01eda067750e946ecf87a650054fddb7
update swagger
1个文件已修改
2 ■■■ 已修改文件
controllers/cluster.go 2 ●●● 补丁 | 查看 | 原始文档 | 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]