我正在尝试使用postMessage发送表单,但是在测试时,但是在我的朋友测试其工作时,却收到错误channel_not_found。
slackWeb.im.open({token: secrets.token, user: data.user}).then(res => {
console.log(res)
let msg = msgs.k
msg.user = data.user
msg.channel = res.channel.id
console.log(res.channel.id)
slackWeb.chat.postMessage(msg)
})
答案 0 :(得分:0)
您的密钥是否具有channel:read
权限?