你能帮我吗我有字节[]中的PDF文件我从resty-gwt得到它
@Produces({ MediaType.APPLICATION_JSON })
@Consumes({ MediaType.APPLICATION_JSON })
@Path("/report")
@POST
void report(String id, JsonCallback jsonCallback);
所以我有 JSON
{
"report": "..."
}
怎么下载???