Commit f9e8c709 by huangfusuper

修改开始调度接口

parent 20a598c6
...@@ -285,7 +285,7 @@ public class JobUtils { ...@@ -285,7 +285,7 @@ public class JobUtils {
Map<String,Object> map = new HashMap<>(5); Map<String,Object> map = new HashMap<>(5);
map.put("runId", runId); map.put("runId", runId);
//发送请求 添加任务 //发送请求 添加任务
String response = createHttpRequest(REQUEST_FLOW_REREPEAL, JSON.toJSONString(map)); String response = createHttpRequest(REQUEST_FLOW_REREPEAL, "runId="+JSON.toJSONString(map));
log.info("--------------------重新开始调度接口调用成功,结果为:{}------------------------", response); log.info("--------------------重新开始调度接口调用成功,结果为:{}------------------------", response);
return JSON.parseObject(response, ResponseResult.class); return JSON.parseObject(response, ResponseResult.class);
} }
......
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