【解决】updateAppMessageShareData:fail, the permission value is offline verifying
【问题】使用微信SDK的分享接口wx.updateAppMessageShareData时,控制台出现‘updateAppMessageShareData:fail, the permission value is offline verifying’错误提示。【解决】jsApiList里面声明updateAppMessageShareData方法。示例代码如下:wx.config({debug:
·
【问题】
使用微信SDK的分享接口wx.updateAppMessageShareData时,控制台出现‘updateAppMessageShareData:fail, the permission value is offline verifying’错误提示。
【解决】
jsApiList里面声明updateAppMessageShareData方法。
示例代码如下:
wx.config({
debug: false,
appId: data.appId,
timestamp: data.timestamp,
nonceStr: data.nonceStr,
signature: data.signature,
jsApiList: ['updateAppMessageShareData'],
});
更多推荐
所有评论(0)