wx.qy.shareToExternalMoments调用失败,checksession 也是正常的,回调函数没有打印,还有其他需要配置或调用的吗?
wx.qy.shareToExternalMoments({
text: {
content:"56789", // 文本内容
},
}, function(res) {
console.log(res, '**shareToExternalMoments')
if (res.err_msg == "shareToExternalMoments:ok") {
}
}
我也碰到这个问题了,不知道是不是体验版小程序的原因