问题标题:小程序无法接收到推送订阅消息,ios机型普遍存在问题,安卓机型基本正常。 问题详情:小程序设置中打开了订阅消息的推送,在调试模式查看到用户允许的代码,但是订阅消息推送时,微信给后端返回的提示是用户拒绝推送。 [{"errcode":43101,"errmsg":"user refuse to accept the msg hint: [Jsf_4a06941295]"},{"template_id":"Bdqj1jmxHVAtBLJVpyAb_LBLZweib9I08a65UwE4ufE","touser":"omu4g5T0WEiefrZrsTEOdHqnscnA","page":"impackage\/pages\/advisory-record\/index","data":{"name5":{"value":""},"time4":{"value":"2020-03-02 12:01"},"thing1":{"value":"high还好"}}}] 机型:iPhone6\6S\7\8\XS 微信版本:7.0.10
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) } })
2020-03-02