diff --git a/docs/opendata对外接口文档.docx b/docs/opendata对外接口文档.docx new file mode 100755 index 000000000..15619ffec Binary files /dev/null and b/docs/opendata对外接口文档.docx differ diff --git a/routers/repo/attachment.go b/routers/repo/attachment.go index c500a8867..e2b6f4d2b 100755 --- a/routers/repo/attachment.go +++ b/routers/repo/attachment.go @@ -609,8 +609,6 @@ func HandleUnDecompressAttachment() { } func QueryAllPublicDataset(ctx *context.Context){ - log.Info("QueryAllPublicDataset") - attachs, err := models.GetAllPublicAttachments() if err != nil { ctx.JSON(200, map[string]string{ @@ -636,8 +634,6 @@ func QueryAllPublicDataset(ctx *context.Context){ return } - log.Info(string(data)) - ctx.JSON(200, map[string]string{ "result_code": "0", "data": string(data),