liyg 1 vuosi sitten
vanhempi
commit
f269fd303b

+ 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"));