|
@@ -222,6 +222,10 @@ public class ZhongJiaoXingLu {
|
|
map.put("cid", cid);
|
|
map.put("cid", cid);
|
|
map.put("srt", srt);
|
|
map.put("srt", srt);
|
|
map.put("vclN", vclN+"_2");
|
|
map.put("vclN", vclN+"_2");
|
|
|
|
+ if(vclN!=null && vclN.length()==8){
|
|
|
|
+ //新能源
|
|
|
|
+ map.put("vclN", vclN+"_3");
|
|
|
|
+ }
|
|
String url = "https://openapi.sinoiov.cn/save/apis/checkTruckExistV2";
|
|
String url = "https://openapi.sinoiov.cn/save/apis/checkTruckExistV2";
|
|
DataExchangeService des = new DataExchangeService(5000, 8000);
|
|
DataExchangeService des = new DataExchangeService(5000, 8000);
|
|
|
|
|