获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- sendChatMessage组件成回调后无法调用外部接口?如何解决
wx.invoke('sendChatMessage', { msgtype: "news", //消息类型,必填 news: { link: resObj.link, //H5消息页面url 必填 title: resObj.title, //H5消息标题 desc: resObj.desc, //H5消息摘要 imgUrl: "", //H5消息封面图片URL }, }, function (res) { if (res.err_msg == 'sendChatMessage:ok') { // todo 调用外部的后台服务接口 } })
2021-08-05 - iphone调用openExistedChatWithMsg报错了,安卓调用正常,能看下问题原因吗?
[图片][图片];上面的截图是iphone手机报的错误,已经返回的chatid(第一张图),但是提示openExistedChatWithMsg:fail_invalid_chatid,这个错误在官网上没有找到解决办法。 这是项目里面引入的js文件: <script src="https://open.work.weixin.qq.com/wwopen/js/jwxwork-1.0.0.js"></script> <script src="http://res.wx.qq.com/open/js/jweixin-1.2.0.js"></script>
2021-07-16