Rest rest = new Rest(); rest.setParam("w_id",w_id); rest.setUrl("/yqpt2/api/weixin/account/status"); String json = rest.string(false); JSONObject myJsonObject = JSONObject.fromObject(json); List<WeixinGroupDetail> tablejson = myJsonObject.getJSONArray("data");