Commit f75829d5 authored by 叶剑飞's avatar 叶剑飞

alter server

parent 4727aa1d
......@@ -101,7 +101,7 @@ public class GitlabMergeRequestService {
public static Long getMaxMqid() {
String url = "http://10.10.10.61:9080/integtest/githook/getmaxmqid";
String url = "http://10.10.10.190:8080/integtest/githook/getmaxmqid";
try {
Response resp = FastHttpClient.get().url(url).build().execute();
......@@ -116,7 +116,7 @@ public class GitlabMergeRequestService {
public static void postHttp(JSONObject param) {
System.out.println("往服务器同步违规信息:" + param.toJSONString());
String url = "http://10.10.10.61:9080/integtest/githook/savemq";
String url = "http://10.10.10.190:8080/integtest/githook/savemq";
Map<String, String> paramMap = new HashMap<String, String>();
paramMap.put("paramsStr", param.toJSONString());
try {
......
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