From 88ba80947433ea88b66ba19bc10a7b28bca38bb4 Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期一, 28 十月 2019 18:49:14 +0800
Subject: [PATCH] add dbpersonIds scope when searchByPhoto twice
---
controllers/cluster.go | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/controllers/cluster.go b/controllers/cluster.go
index 6692323..749d249 100644
--- a/controllers/cluster.go
+++ b/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]
--
Gitblit v1.8.0