Skip to content

Commit

Permalink
feat: 支持语音通知 #9686
Browse files Browse the repository at this point in the history
  • Loading branch information
stubenhuang committed Nov 20, 2023
1 parent c2747b1 commit 0848983
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ class VoiceServiceImpl @Autowired constructor(
fromSysId = voiceNotifyPost.fromSysId
)


// 失败重试 , 最多3次
if (!tofSuccess && retryCount < 3) {
val deepCopyMessage = voiceNotifyMessageWithOperation.deepCopy<VoiceNotifyMessageWithOperation>()
Expand Down

0 comments on commit 0848983

Please sign in to comment.