Skip to content

Commit

Permalink
update 优化合并发送
Browse files Browse the repository at this point in the history
  • Loading branch information
gallonyin committed Aug 27, 2023
1 parent e480838 commit 61de411
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1035,6 +1035,7 @@ object WeworkOperationImpl {
sendMessage(message, message.titleList, startTime.toString())
for (weworkMessage in weworkMessageList) {
weworkMessage.titleList = message.titleList
weworkMessage.messageId = message.messageId
when (weworkMessage.type) {
WeworkMessageBean.SEND_MESSAGE -> {
WeworkController.sendMessage(weworkMessage)
Expand Down

0 comments on commit 61de411

Please sign in to comment.