浏览代码

Merge branch 'aj_index_add'

tuoling805 1 年之前
父节点
当前提交
0b3272a5ff
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      controllers/edb_info.go

+ 3 - 0
controllers/edb_info.go

@@ -113,4 +113,7 @@ func (this *EdbInfoController) Add() {
 	}
 	// 更新ES
 	go logic.UpdateEs(edbInfo.EdbInfoId)
+	br.Ret = 200
+	br.Msg = "新增成功"
+	br.Data = edbInfo
 }