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

alter url

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