From 68fc51cb635fecf12cad58deab88c3b5e0afc0ad Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期四, 22 八月 2019 17:06:49 +0800
Subject: [PATCH] yunnan swagger doc

---
 controllers/initForData.go |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/controllers/initForData.go b/controllers/initForData.go
index 8999776..af18dd4 100644
--- a/controllers/initForData.go
+++ b/controllers/initForData.go
@@ -19,10 +19,9 @@
 // @Accept  json
 // @Produce json
 // @Tags realTime
-// @Success 200 {string} json "{"code":200, msg:"鐩綍缁撴瀯鏁版嵁", success:true}"
-// @Failure 500 {string} json "{"code":500,  msg:"杩斿洖閿欒淇℃伅", success:false}"
+// @Success 200 {string} json "{"code":200, msg:"", success:true}"
+// @Failure 500 {string} json "{"code":500,  msg:"", success:false}"
 // @Router /data/api-v/realTime/initForCaptureData [POST]
-//瀹炴椂鎶撴媿鏁版嵁鍒濆鍖�
 func (rc *RealTimeController) InitForCaptureData(c *gin.Context) {
 	searchBody := make(map[string]interface{}, 0)
 	c.BindJSON(&searchBody)

--
Gitblit v1.8.0