提交 97d4da81 authored 作者: inroi's avatar inroi

修改密钥

上级 115c3dfc
......@@ -54,7 +54,7 @@ public class ToDoTaskServiceImpl implements IToDoTaskService {
public RestResponse toDoTaskSynchronization(ResultSet rs) throws SQLException {
String url = "http://10.10.12.11";
String json = "{\"userName\":\"admin1\",\"password\":\"12345678\"}";
String json = "{\"userName\":\"erprest\",\"password\":\"erpresthd123\"}";
String toekn = HttpClientUtil.sendPost(url + "/seeyon/rest/token", json);
Map<String, Object> temp = JsonUtil.toMap(toekn, String.class, Object.class);
if (CollectionUtils.isEmpty(temp) && !temp.containsKey("id")) {
......@@ -78,7 +78,7 @@ public class ToDoTaskServiceImpl implements IToDoTaskService {
reqeust.put("state", "0");
reqeust.put("subState", "0");
reqeust.put("content", "");
reqeust.put("url", "http://ericbing/K3Cloud7.5/html5/index.aspx");
reqeust.put("url", "http://10.10.12.31/ShrClient/Default.aspx");
reqeust.put("h5url", "");
reqeust.put("appParam", "");
tempList.add(reqeust);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论