wx-open-subscribe 不应该放在 jsApiList 里面呀,应该放在 openTagList 里面
订阅通知标签wx-open-subscribe无法显示?开发者工具版本: stable 1.03.2010240 jssdk版本: https://res2.wx.qq.com/open/js/jweixin-1.6.0.js 结果:无法显示按钮 [图片] 如图所示,配置了两个组件,但最终只生效了一个,且页面也未显示订阅通知按钮组件,组件代码如下,请各位大神指教 <wx-open-subscribe template="AjyalCkuD1OLn030WW4efM0xy7y6bX-jK9JovR4XpKY" id="subscribe-btn"> <template slot="style"> <style> .subscribe-btn { /*对应标签样式*/ width: 100%; height: 50px; text-align: center; line-height: 50px; color: #fff; background-color: #07c160; } </style> </template> <template> <button class="subscribe-btn"> 一次性模版消息订阅 </button> </template> </wx-open-subscribe>
2021-03-31在测试号同样遇到,我刚才试了一下,我直接用服务号去请求,接口是成功的,能够返回菜单给用户,所以那句 “invalid account type” 应该意思是账户类型不对,这么看来,测试号不支持这个接口啊
公众号开发客服消息发送菜单消息,返回错误码40200errcode: 40200, errmsg: invalid account type hint: [Oef6la04623950] 上面是错误内容,40200在文档里找不到对应的错误码
2019-04-16