@ResponseBody public String getReport(...) { return JSON.toJSONString(reportMessages); }
我想把JSON.toJSONString给省去