restTemplate.getForEntity慢极大可能是序列化的方面的问题。采用FastJSON直接将restTemplate.getForEntity转换为JsonObject进行接口调用的返回, ...
確定! 回上一頁