钉钉机器人卡片互动回调使用stream模式无法监听到
绝对是钉钉的BUG,希望尽快修复
解决了,注册的监听器没有问题,问题出在发送卡片的方式
使用机器人直接发送的卡片无法回调:https://open.dingtalk.com/document/orgapp/send-interactive-dynamic-cards-1
使用卡片创建、投放接口投放的卡片可以回调,需要设置模式为setCallbackType('STREAM'); https://open.dingtalk.com/document/orgapp/delivery-card-interface
赞1
踩0