我在通过
wx.getPotentialFriendList获取到好友openid,然后再通过定向分享调用下面方法,没有拉起定向面板框
wx.shareMessageToFriend({
openId: this._otherValue.openid,
title: info.title,
imageUrl: info.imageUrl,
});
这几个参数都打印过,没问题
框架类型 | 问题类型 | API/组件名称 | 终端类型 | 微信版本 | 基础库版本 |
---|---|---|---|---|---|
小游戏 | 需求 | wx.shareMessageToFriend | 微信安卓客户端 | 7.0.7 | 2.9.1 |
我在通过
wx.getPotentialFriendList获取到好友openid,然后再通过定向分享调用下面方法,没有拉起定向面板框
wx.shareMessageToFriend({
openId: this._otherValue.openid,
title: info.title,
imageUrl: info.imageUrl,
});
这几个参数都打印过,没问题
4 个回答
你好,麻烦提供一下appid。
同上,返回fail,求解
内测资格是什么意思
您好我也是同样的问题,请问是怎么解决的