收藏
回答

小程序使用订阅消息时,开发工具正常,但是真机调试时一直报错10002,网络也没有问题,为什么?

wx.requestSubscribeMessage({
    tmplIds: ['LA7EfrtfF2bXVTsGLjDlbO3G3J-XMQHbiK3fbeKzP-A'],
   complete(res) {
     console.log('订阅同城配送状态的消息模板结果', res);
   },
   fail(err) {
     console.log('订阅同城配送状态的消息模板失败', err);
   }
});

具体报错信息 {"errCode": 10002, "errMsg": "requestSubscribeMessage:fail:Request list fail"}

测试手机:华为mate30

代码片段:https://developers.weixin.qq.com/s/aAk8mOm175LF

最后一次编辑于  2023-10-08
回答关注问题邀请回答
收藏
登录 后发表内容