postman传递复杂对象 postman传递复杂对象,前台通过json格式数据传递后台,在后台通过@requestBody通过String的方式接收复杂对象,然后通过 T entity=JSONObject.parseObject(String, T.class)的方式将数据封装