liyg 1 年之前
父節點
當前提交
f269fd303b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/steerinfo/route/threeRequest/ZhongJiaoXingLu.java

+ 1 - 1
src/main/java/com/steerinfo/route/threeRequest/ZhongJiaoXingLu.java

@@ -115,7 +115,7 @@ public class ZhongJiaoXingLu {
             DataExchangeService des = new DataExchangeService(5000, 8000);
             // 通过 https 方式调用,此方法内部会使用私钥生成签名参数 sign,私钥不会发送
             String res = des.postHttps(url, map);
-            System.out.println("getCurrentLocation:"+res);
+            System.out.println("getCurrentLocation:{capcityNumber:"+capcityNumber+",time:"+new Date()+",res:"+res+"}");
             JSONObject jsonObject = JSONObject.parseObject(res);
             try{
                 jsonObject.put("result",jsonObject.getJSONObject("result").get("firstVcl"));