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

添加周同步事件

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