jmessage-react-plugin processApplyJoinGroup 无法使用

ecdevelop
2018-11-28 09:54 1k 0

我用 addReceiveApplyJoinGroupApprovalListener监听到的事件id
Object { eventId: "308289253", groupId: "28657359", isInitiativeApply: true, reason: "申请入群"}
然后用processApplyJoinGroup 处理批量处理入群(公开群)申请
JMessage.processApplyJoinGroup({ events: ['308289253'], isAgree: false, reason: '拒绝', isRespondInviter: true },
() => {
console.log('拒绝')
}, (error) => {
console.log(error)
})

提示找不到事件 Object { description: "Parameters error: can't get event through 308289253", code: 1 }
是什么问题 ?
@IrisJay

1个回答

热门排序
  • 插件版本多少,Android 还是 iOS 出现这个问题,你测试上述步骤得到的完整的日志信息给一下