[add] 飞书推送失败记录
This commit is contained in:
+7
-1
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user