liuxiaolong
2020-03-02 cca1941e48aefb7939b11166c928a2eb7a31550b
fix swag
1个文件已修改
5 ■■■■■ 已修改文件
controllers/fileAnalysis.go 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
controllers/fileAnalysis.go
@@ -149,8 +149,9 @@
// @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 name query string "搜索条件"
// @Param page query int true "当前页"
// @Param size query int true "每页数量"
// @Success 200 {string} json "{"code":200, success:true, msg:"", data:""}"