Commit 0ead6d87 by guo_minglei@163.com

修改杀死的地址

parent ff5b93ae
...@@ -380,7 +380,7 @@ public class FlowServiceImpl implements FlowService { ...@@ -380,7 +380,7 @@ public class FlowServiceImpl implements FlowService {
private synchronized Boolean killJob(Integer logId, String exectUrl){ private synchronized Boolean killJob(Integer logId, String exectUrl){
//具体访问的URL //具体访问的URL
String killUrl = exectUrl + "/processManager/killJob"; String killUrl = "http://" + exectUrl + "/myth-executor-server/processManager/killJob";
Map<String, Object> requestMap = new HashMap<>(2); Map<String, Object> requestMap = new HashMap<>(2);
requestMap.put("logId", logId); requestMap.put("logId", logId);
String killResult = HttpUtil.post(killUrl, requestMap); String killResult = HttpUtil.post(killUrl, requestMap);
......
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