|
|
@@ -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), |
|
|
|