|
@@ -117,7 +117,7 @@ public class QueueInterfaceServiceImpl {
|
|
mesMap.put("radius", radius);
|
|
mesMap.put("radius", radius);
|
|
mesMap.put("type", "1");
|
|
mesMap.put("type", "1");
|
|
mesMap.put("actiontype", "1");
|
|
mesMap.put("actiontype", "1");
|
|
- String url = "https://openapi-test.sinoiov.cn/save/apis/areaReg";
|
|
|
|
|
|
+ String url = "https://openapi.sinoiov.cn/save/apis/areaReg";
|
|
try {
|
|
try {
|
|
DataExchangeService des = new DataExchangeService(5000, 8000);
|
|
DataExchangeService des = new DataExchangeService(5000, 8000);
|
|
// 通过 https 方式调用,此方法内部会使用私钥生成签名参数 sign,私钥不会发送
|
|
// 通过 https 方式调用,此方法内部会使用私钥生成签名参数 sign,私钥不会发送
|
|
@@ -159,7 +159,7 @@ public class QueueInterfaceServiceImpl {
|
|
map.put("pwd", pwd);
|
|
map.put("pwd", pwd);
|
|
map.put("cid", cid);
|
|
map.put("cid", cid);
|
|
map.put("srt", srt);
|
|
map.put("srt", srt);
|
|
- String url = "https://openapi-test.sinoiov.cn/save/apis/login/";
|
|
|
|
|
|
+ String url = "https://openapi.sinoiov.cn/save/apis/login/";
|
|
DataExchangeService des = new DataExchangeService(5000, 8000);
|
|
DataExchangeService des = new DataExchangeService(5000, 8000);
|
|
// 通过 https 方式调用,此方法内部会使用私钥生成签名参数 sign,私钥不会发送
|
|
// 通过 https 方式调用,此方法内部会使用私钥生成签名参数 sign,私钥不会发送
|
|
String res = des.postHttps(url, map);
|
|
String res = des.postHttps(url, map);
|
|
@@ -192,7 +192,7 @@ public class QueueInterfaceServiceImpl {
|
|
mesMap.put("userflag", userflag);
|
|
mesMap.put("userflag", userflag);
|
|
mesMap.put("vnos", (String) map.get("capacityNumber"));
|
|
mesMap.put("vnos", (String) map.get("capacityNumber"));
|
|
mesMap.put("areaid", queueInterfaceMapper.getAreaId());
|
|
mesMap.put("areaid", queueInterfaceMapper.getAreaId());
|
|
- String url = "https://openapi-test.sinoiov.cn/save/apis/vnoDel";
|
|
|
|
|
|
+ String url = "https://openapi.sinoiov.cn/save/apis/vnoDel";
|
|
try {
|
|
try {
|
|
DataExchangeService des = new DataExchangeService(5000, 8000);
|
|
DataExchangeService des = new DataExchangeService(5000, 8000);
|
|
String res = des.postHttps(url, mesMap);
|
|
String res = des.postHttps(url, mesMap);
|