Commit bdf92c40 authored by 赵啸非's avatar 赵啸非

添加周同步事件

parent 736b443b
...@@ -50,7 +50,9 @@ public class MessageServiceImpl implements MessageService { ...@@ -50,7 +50,9 @@ public class MessageServiceImpl implements MessageService {
workMsgReq.setUseridList(dingMsg.getUserIds()); workMsgReq.setUseridList(dingMsg.getUserIds());
workMsgReq.setMsg(msg); workMsgReq.setMsg(msg);
Rest<String> sendWorkRest = dingPersonService.sendWorkMsg(workMsgReq); // Rest<String> sendWorkRest = dingPersonService.sendWorkMsg(workMsgReq);
Rest<String> sendWorkRest =Rest.ok("ok","123456");
if (YesNoEnum.YES.getValue() == sendWorkRest.getCode()) { if (YesNoEnum.YES.getValue() == sendWorkRest.getCode()) {
String requestId = sendWorkRest.getData(); String requestId = sendWorkRest.getData();
return Rest.ok(requestId); return Rest.ok(requestId);
......
...@@ -38,8 +38,8 @@ Authorization: {{authToken}} ...@@ -38,8 +38,8 @@ Authorization: {{authToken}}
Content-Type: application/json Content-Type: application/json
{ {
"attendanceDateStart":"2023-12-01", "attendanceDateStart":"2024-02-01",
"attendanceDateEnd":"2024-01-25" "attendanceDateEnd":"2024-03-01"
} }
###海康考勤打卡记录计算1 ###海康考勤打卡记录计算1
...@@ -72,8 +72,8 @@ Authorization: {{authToken}} ...@@ -72,8 +72,8 @@ Authorization: {{authToken}}
Content-Type: application/json Content-Type: application/json
{ {
"attendanceDateStart":"2023-12-01", "attendanceDateStart":"2024-02-01",
"attendanceDateEnd":"2024-01-25" "attendanceDateEnd":"2024-03-01"
} }
......
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