[add] 飞书推送失败记录
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -116,5 +116,13 @@ module.exports = {
|
||||
peopleNumber: '人数',
|
||||
groupMembers: '组内人员',
|
||||
userName: '用户名称'
|
||||
},
|
||||
// 未发送成功的消息管理
|
||||
notSentMessage: {
|
||||
messageType: '消息类型',
|
||||
pushContent: '推送内容',
|
||||
pushAddress: '推送地址',
|
||||
resend: '重新发送',
|
||||
areYouSureResend: '确定重新发送吗'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user