fix(net-tool): 更新 replyCard 方法,返回回复的消息 ID
All checks were successful
/ release (push) Successful in 24s
All checks were successful
/ release (push) Successful in 24s
This commit is contained in:
parent
7d8b04bd1a
commit
9650cc318c
@ -154,12 +154,13 @@ class LarkMessageService extends LarkBaseService {
|
||||
return async (content: string) => {
|
||||
if (repliedMessageId) {
|
||||
await this.update(repliedMessageId, content)
|
||||
return
|
||||
return repliedMessageId
|
||||
}
|
||||
const res = await this.replyCard(messageId, content)
|
||||
if ("data" in res) {
|
||||
repliedMessageId = res.data.message_id
|
||||
}
|
||||
return repliedMessageId
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user