wx.getShareInfo 请求都是返回 系统错误
- 当前 Bug 的表现(可附上截图)
wx.getShareInfo 请求都是返回 系统错误"getShareInfo:fail 系统错误,错误码:-1,system apperror"
- 预期表现
返回对应参数
- 复现路径
- 提供一个最简复现 Demo
wx.getShareInfo({
shareTicket: 1bf25ed0-19ce-47b9-a9cb-c500e8fe0d15,
complete:function(res) {
console.log(“分享:” + res);
var encryptedData = res.encryptedData;
var iv = res.iv;
console.log(encryptedData);
console.log(iv);
}, fail: function (res) {
}
})