Commit 0b897939 authored by 宋源硕's avatar 宋源硕

Merge branch 'dev' into 'master'

定时任务调用科恩接口-----将78改为77

See merge request !450
parents 15eb89d7 46f8b964
......@@ -42,7 +42,7 @@ public class TestRecordsServiceImpl extends ServiceImpl<TestRecordsMapper, TestR
map.put("verbose", "ALL");
//以post形式请求接口
String result= HttpUtil.post("http://10.12.48.78:8090/DescribeProjectTestResult",JSONObject.toJSONString(map));
String result= HttpUtil.post("http://10.12.48.77:8090/DescribeProjectTestResult",JSONObject.toJSONString(map));
JSONObject jsonObject = JSONObject.parseObject(result);
......
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