wx.config({
debug: true, // 关闭调试模式,在测试开发过程中打开
appId: 'wx5d135b284a1e266f', // 必填,公众号的唯一标识
timestamp: res.data.timestamp, // 必填,生成签名的时间戳
nonceStr: res.data.nonceStr, // 必填,生成签名的随机串
signature: res.data.sha1, // 必填,签名
jsApiList: ['checkJsApi','onMenuShareAppMessage'],
// 必填,需要使用的JS接口列表
openTagList: ['wx-open-launch-app'] // 可选,需要使用的开放标签列表
});
分享地址 https://www.cmvp.vip/mp/share.html
服务号JS接口安全域名 www.cmvp.vip/mp
其他都走通了打开APP就提示launch:fail_check fail报错
有大佬和技术管理帮我解答一下码
