jiaosong
2023-12-06 be04a78ca5670dfbeb821bc42f95150447e251dd
server/dmvisit_service/src/main/java/com/doumee/core/utils/haikang/HKUtil.java
@@ -24,56 +24,10 @@
    * 调用前先要清楚接口传入的是什么,是传入json就用doPostStringArtemis方法,下载图片doPostStringImgArtemis方法
    */
   static {
//      ArtemisConfig.host = "192.168.200.254:1443";// 代理API网关nginx服务器ip端口
      // 滁州
//      ArtemisConfig.host = "192.168.200.254:1443";// 代理API网关nginx服务器ip端口
      ArtemisConfig.host = "223.244.234.186:1443";// 代理API网关nginx服务器ip端口
      ArtemisConfig.appKey = "28641717";// 秘钥appkey
      ArtemisConfig.appSecret = "GFGG5TnXPOv0yDfhHHDm";// 秘钥appSecret
      // 天津
//      ArtemisConfig.host = "192.168.14.200:1443";// 代理API网关nginx服务器ip端口
//      ArtemisConfig.appKey = "22374094";// 秘钥appkey
//      ArtemisConfig.appSecret = "2efhkRsHy5E32hzWtlAQ";// 秘钥appSecret
      // 肇庆
//      ArtemisConfig.host = "218.15.229.246:1443";// 代理API网关nginx服务器ip端口
//      ArtemisConfig.appKey = "27380292";// 秘钥appkey
//      ArtemisConfig.appSecret = "sPilPIypjdwU7t4FSJHm";// 秘钥appSecret
      // 咸宁
//      ArtemisConfig.host = "10.51.224.50:443";// 代理API网关nginx服务器ip端口
//      ArtemisConfig.appKey = "21994050";// 秘钥appkey
//      ArtemisConfig.appSecret = "Yb3DBafVm2MlUFxr6KwP";// 秘钥appSecret
      // 四川
//      ArtemisConfig.host = "10.50.224.101:443";// 代理API网关nginx服务器ip端口
//      ArtemisConfig.appKey = "22454983";// 秘钥appkey
//      ArtemisConfig.appSecret = "ukC82RcT6HDLGgH8HWCa";// 秘钥appSecret
   }
   public static void main(String[] args) throws ParseException {
//       HKUtil.event(197151, "https://yqslah.yuanqisenlin.com/zq_yqsl_interface/eventRev");
      //197151,196893,1644171265
//       HKUtil.eventCancle(196893);
//       HKUtil.eventCancle(1644171265);
//       HKUtil.eventCancle(197151);
//      HKUtil.eventQuery();
//      JSONObject jsonObject = HKUtil.previewURLs("599548f5fa2a4ebfa9b3b2bf1ebd3c8c",0,null,null,null,null);
//      System.out.println(111);
//      System.out.println(jsonObject);
//      JSONObject jsonBody = new JSONObject();
//
//      int page = 2;
//      int rows = 1000;
//      jsonBody.put("pageSize",rows);
//         jsonBody.put("pageNo",page);
//         JSONObject ret = getPersonList(jsonBody);
//      System.out.println(ret);
   }