| | |
| | | |
| | | |
| | | public static void main(String[] args) { |
| | | //getTopicInfo(); |
| | | |
| | | FindHistoryGpsRequest findHistoryGpsRequest = new FindHistoryGpsRequest(); |
| | | findHistoryGpsRequest.setVehicleIndexCode("b279d865eabe497db465eb2f4d2cc87d"); |
| | | findHistoryGpsRequest.setPageNo(1); |
| | | findHistoryGpsRequest.setPageSize(20); |
| | | findHistoryGpsRequest.setBeginTime("2021-11-25T03:10:01.000+08:00"); |
| | | findHistoryGpsRequest.setEndTime("2021-11-25T12:10:01.000+08:00"); |
| | | HaiKangPost haiKangPost = new HaiKangPost(); |
| | | System.out.println(haiKangPost.findHistoryGps(findHistoryGpsRequest)); |
| | | haiKangPost.getTopicInfo(); |
| | | |
| | | // FindHistoryGpsRequest findHistoryGpsRequest = new FindHistoryGpsRequest(); |
| | | // findHistoryGpsRequest.setVehicleIndexCode("b279d865eabe497db465eb2f4d2cc87d"); |
| | | // findHistoryGpsRequest.setPageNo(1); |
| | | // findHistoryGpsRequest.setPageSize(20); |
| | | // findHistoryGpsRequest.setBeginTime("2021-11-25T03:10:01.000+08:00"); |
| | | // findHistoryGpsRequest.setEndTime("2021-11-25T12:10:01.000+08:00"); |
| | | // HaiKangPost haiKangPost = new HaiKangPost(); |
| | | // System.out.println(haiKangPost.findHistoryGps(findHistoryGpsRequest)); |
| | | |
| | | // String code[] = {"b279d865eabe497db465eb2f4d2cc87d"}; |
| | | // System.out.println(findLatestGps(code)); |