554325746@qq.com
2020-03-02 1169f27bd1bfa462ad15d2f2089761d4618c5863
fix swag
1个文件已修改
6 ■■■■ 已修改文件
controllers/fileAnalysis.go 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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)
    }
}
}