[add] 飞书推送失败记录

This commit is contained in:
lideqin
2024-07-24 16:55:13 +08:00
parent 469c1c4d92
commit 7ee6b63633
4 changed files with 182 additions and 1 deletions
+7 -1
View File
@@ -166,6 +166,10 @@ const batchDelDictItemAsmsInterface = (params) => getAction('/docking/asms/api/l
// 分组管理下拉
const getGroupList = (params) => getAction('/sys/group/list', params)
// 未发送成功消息(飞书推得待办记录)-重新发送
const resendMessage = (params) => postAction('/lawsUnifiedTodoLog/send', params)
export {
addRole,
editRole,
@@ -260,5 +264,7 @@ export {
syncAsmsInterface,
batchDelDictItemAsmsInterface,
getGroupList
getGroupList,
resendMessage
}