Commit 32c94cb1 authored by 叶剑飞's avatar 叶剑飞

alter url2

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