Commit 6c7520c5 authored by zhouzihao's avatar zhouzihao

fix

parent 3b0b39c9
Pipeline #98 failed with stages
in 25 seconds
...@@ -84,6 +84,7 @@ public class Tmp { ...@@ -84,6 +84,7 @@ public class Tmp {
res.setStatus(e.getStatus()); res.setStatus(e.getStatus());
res.setSuccess(false); res.setSuccess(false);
CollectionMachine.post(res); CollectionMachine.post(res);
log.error("Something is wrong here!");
} }
log.info("over!"); log.info("over!");
......
...@@ -13,9 +13,9 @@ public class Signature { ...@@ -13,9 +13,9 @@ public class Signature {
private static final Logger log = LoggerFactory.getLogger(Tmp.class); private static final Logger log = LoggerFactory.getLogger(Tmp.class);
// need be change to product env // need be change to product env
// public static final String host = "http://10.100.12.42:8080"; // public static final String host = "http://10.100.12.42:8080";
public static final String host = "http://api.vandyo.com:80111"; public static final String host = "http://api.vandyo.com:80";
// public static final String msgHost = "http://10.100.12.42:8089"; // public static final String msgHost = "http://10.100.12.42:8089";
public static final String msgHost = "http://msg.vandyo.com:8011"; public static final String msgHost = "http://msg.vandyo.com:80";
/** /**
* 生成签名 * 生成签名
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment