chore: 修改gender返回值格式
All checks were successful
Egg Server CI/CD / build-image (push) Successful in 47s
Egg Server CI/CD / refresh-image (push) Successful in 14s
Egg Server CI/CD / fast-deploy (push) Successful in 3s

This commit is contained in:
zhaoyingbo 2024-10-12 10:36:40 +00:00
parent 1c6c3cef89
commit 366766104c

View File

@ -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) {