你能帮我吗我在byte []中有PDF文件 我从resty-gwt获得它
@Produces({ MediaType.APPLICATION_JSON })
@Consumes({ MediaType.APPLICATION_JSON })
@Path("/report")
@POST
void report(String id, JsonCallback jsonCallback);
所以我有JSON
{
"report": "..."
}
我该如何下载?