| | |
| | | * @param start 从第几条记录开始读取,默认0 |
| | | * @return |
| | | */ |
| | | // public VnnoxPlayerListResponse getPlayerList(Integer count, Integer start) { |
| | | // |
| | | // String result = VnnoxRequestUtil.GetWithHeader( |
| | | // VnnoxUrl.getUrl(VnnoxUrl.GET_PLAYER_LIST), |
| | | // new VnnoxGetPlayerListRequest(count, start).toJson(), |
| | | // new CommonHeader(CommonHeader.JSON, true) |
| | | // ); |
| | | // VnnoxPlayerListResponse response = |
| | | // new VnnoxPlayerListResponse().parse(JSON.parseObject(result, CommonResponse.class)); |
| | | // System.out.println("----------------------------------------"); |
| | | // System.out.println("----------------------------------------"); |
| | | // System.out.println("----------------------------------------"); |
| | | // System.out.println(response); |
| | | // return response; |
| | | // } |
| | | public VnnoxPlayerListResponse getPlayerList(Integer count, Integer start,String name) throws URISyntaxException { |
| | | |
| | | List<NameValuePair> urlParameters = new ArrayList<>(); |