- 流量主广告线上版本不展示
后台显示已经通过审核,体验版与开发版均可正常展示,线上版本不展示 appid:wx2252b6835e7eb568 麻烦了 新年快乐,谢谢
2019-02-12 - 流量主配置的广告消失
1.后台配置了广告,但是广告没有下发成功,求解 2.广告是配置后就会下发还是存在广告限制
2019-02-13 - invalid signature签名错误求解决方法
微信分享报invalid signature签名错误求解决方法 已经在工具验证过了,返回的signature是正确的,代码如下: $.ajax({ type:"post", url:url+"/restful/wechatApplet/getSignatureByJuYouYang", data:{ "url":encodeURIComponent(location.href.split('#')[0]) }, success:function(res){ wx.config({ debug: true, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。 appId: 'wx451731099eeb247c', // 必填,公众号的唯一标识 timestamp: res.timestamp, // 必填,生成签名的时间戳 nonceStr: res.noncestr, // 必填,生成签名的随机串 signature: res.signature,// 必填,签名 jsApiList: [ 'onMenuShareTimeline', 'onMenuShareAppMessage' ] // 必填,需要使用的JS接口列表 }); }, error:function(err){ console.log('获取Signature失败') console.log(JSON.stringify(err)) } });
2018-08-20