fix
liuxiaolong
2020-03-02 eff19d68fed3bbeb1e671455b502885f98fc11cb
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:""}"
@@ -178,4 +179,4 @@
   } else {
      util.ResponseFormat(c,code.Success, arr)
   }
}
}