[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
+8
View File
@@ -100,5 +100,13 @@ module.exports = {
peopleNumber: 'Number of people',
groupMembers: 'Group members',
userName: 'User Name'
},
// 未发送成功的消息管理
notSentMessage: {
messageType: 'Message type',
pushContent: 'Push content',
pushAddress: 'Push address',
resend: 'Resend',
areYouSureResend: 'Are you sure to resend it'
}
}
+8
View File
@@ -116,5 +116,13 @@ module.exports = {
peopleNumber: '人数',
groupMembers: '组内人员',
userName: '用户名称'
},
// 未发送成功的消息管理
notSentMessage: {
messageType: '消息类型',
pushContent: '推送内容',
pushAddress: '推送地址',
resend: '重新发送',
areYouSureResend: '确定重新发送吗'
}
}