Commit 6d651292 authored by 赵啸非's avatar 赵啸非

添加线程发送钉钉申诉

parent de093e28
...@@ -223,8 +223,8 @@ public class DingPersonServiceImpl extends AbstractDingTalkService implements ID ...@@ -223,8 +223,8 @@ public class DingPersonServiceImpl extends AbstractDingTalkService implements ID
listProcessInstanceIdsHeaders.xAcsDingtalkAccessToken = getToken(); listProcessInstanceIdsHeaders.xAcsDingtalkAccessToken = getToken();
HashMap<String, String> map = new HashMap<>(); HashMap<String, String> map = new HashMap<>();
listProcessInstanceIdsHeaders.setCommonHeaders(map); listProcessInstanceIdsHeaders.setCommonHeaders(map);
log.info("oaUrl===>{}",oaUrl);
if(!ObjectUtils.isEmpty(oaUrl)){ if(!ObjectUtils.isEmpty(oaUrl)){
listProcessInstanceIdsHeaders.getCommonHeaders().put("host", oaUrl); listProcessInstanceIdsHeaders.getCommonHeaders().put("host", oaUrl);
} }
// listProcessInstanceIdsHeaders.getCommonHeaders().put("host", "172.15.28.113:8919"); // listProcessInstanceIdsHeaders.getCommonHeaders().put("host", "172.15.28.113:8919");
......
...@@ -5,7 +5,7 @@ Content-Type: application/json ...@@ -5,7 +5,7 @@ Content-Type: application/json
{ {
"loginName":"admin", "loginName":"admin",
"password":"admin", "password":"xhxADMIN8@a",
"securityCode":"admin" "securityCode":"admin"
} }
...@@ -109,8 +109,8 @@ Authorization: {{authToken}} ...@@ -109,8 +109,8 @@ Authorization: {{authToken}}
Content-Type: application/json Content-Type: application/json
{ {
"startTimeStart":"2023-10-01", "startTimeStart":"2024-03-04",
"endTimeEnd":"2023-10-10" "endTimeEnd":"2024-03-05"
} }
......
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