wang-hao-jie
2021-12-14 0c0a751f2e1abac46b506697096cc3b2a5b54510
xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/util/HaiKangPost.java
@@ -164,16 +164,17 @@
   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));