From 1169f27bd1bfa462ad15d2f2089761d4618c5863 Mon Sep 17 00:00:00 2001
From: 554325746@qq.com <554325746@qq.com>
Date: 星期一, 02 三月 2020 14:12:01 +0800
Subject: [PATCH] fix swag
---
controllers/fileAnalysis.go | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/controllers/fileAnalysis.go b/controllers/fileAnalysis.go
index def3f4b..c6d5fb6 100644
--- a/controllers/fileAnalysis.go
+++ b/controllers/fileAnalysis.go
@@ -149,8 +149,8 @@
// @Accept json
// @Produce json
// @Tags 鏈湴鏂囦欢
-// @Param stackId string query true "stackId"
-// @Param type int query true "type"
+// @Param stackId query string true "stackId"
+// @Param type query int true "type"
// @Param page query int true "褰撳墠椤�"
// @Param size query int true "姣忛〉鏁伴噺"
// @Success 200 {string} json "{"code":200, success:true, msg:"", data:""}"
@@ -178,4 +178,4 @@
} else {
util.ResponseFormat(c,code.Success, arr)
}
-}
\ No newline at end of file
+}
--
Gitblit v1.8.0