接口数据,接管data
//先转成json字符串,再转换成List<User> 也行

String jsonList = JSON.toJSONString(data);return JSON.parseArray(jsonList, User.class);