wx.requestSubscribeMessage 一直调用失败?
调用wx.requestSubscribeMessage一直返回错误,状态码20004 错误信息 fail the main switch is switched off 有谁知道为什么吗?
代码如下:tmplIds 是正确的
wx.requestSubscribeMessage({
tmplIds:[‘XXXX’],
success (res) {
console.log(res)
},
fail(res){
console.log(res)
}
})
10 回复
麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)