微信小游戏转发成功 没有获取到 shareTickets
微信小游戏 使用 wx.shareAppMessage 转发到群,成功之后返回 {errMsg: “shareAppMessage:ok”}
请问这是为啥? 在开发版 跟体验版 中都是这样,是不是需要到正式环境才能获取 shareTickets?
6 回复
代码如下:
wx.shareAppMessage({ title: title, imageUrl: imageUrl, query: query, success: function (res) { console.log( "转发到群的结果" ); console.log(res); }, fail: function (res) { that.triggerPrompt( "网络异常,请重试!" , that); } }) |
文档里面 好像没有说要 withShareTicket
;
https://image.wxopen.club/content_aa6e8e44-3737-11ea-b918-a0999b08aadb.png