chore: 修改gender返回值格式
This commit is contained in:
parent
1c6c3cef89
commit
366766104c
@ -34,7 +34,7 @@ const sendFunctionSelector = async ({
|
||||
larkCard,
|
||||
larkBody: { actionOption },
|
||||
}: Context.Data) => {
|
||||
const cardGender = larkCard.child("groupAgent", false)
|
||||
const cardGender = larkCard.child("groupAgent")
|
||||
logger.debug(`Action option: ${JSON.stringify(actionOption)}`)
|
||||
const [chatId, chatName] = (actionOption ?? "").split("|")
|
||||
if (!chatId || !chatName) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user