We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
基于com.lark.oapi.card.CardActionHandler添加了回调,没法解析卡片事件类型“card.action.trigger”回调 官方文档如下 https://open.feishu.cn/document/uAjLw4CM/ukzMukzMukzM/feishu-cards/card-callback-communication
The text was updated successfully, but these errors were encountered:
基于com.lark.oapi.card.CardActionHandler添加了回调,无法解析响应事件类型“card.action.trigger”回调 官方文档如下 https://open.feishu.cn/document/uAjLw4CM/ukzMukzMukzM/feishu-cards /卡回调通讯
我也遇到了 本地签名和返回签名不一致
Sorry, something went wrong.
是的,暂时不支持。如果使用 SDK 的话,现在只能用旧版的消息卡片回传类型。
有一个思路是还是用 CardAction 响应,但是处理逻辑里面用 cardAction.Body 自己反序列化出来然后处理逻辑。
No branches or pull requests
基于com.lark.oapi.card.CardActionHandler添加了回调,没法解析卡片事件类型“card.action.trigger”回调
官方文档如下
https://open.feishu.cn/document/uAjLw4CM/ukzMukzMukzM/feishu-cards/card-callback-communication
The text was updated successfully, but these errors were encountered: