获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 公众号迁移后,从公众号跳入网站显示此公众号被封禁,错误码10004,怎么办?appid已更换
const urlNow = localStorage.getItem('redirect_uri') const url = `${this.api.get_code}?appid=${this.appid}&redirect_uri=${encodeURIComponent(urlNow)}&response_type=code&scope=snsapi_base#wechat_redirect` window.location.replace(url) 微信公众号迁移后将appid替换为新公众号的appid报错 此公众号被封禁,错误码10004
02-29 - 使用web-view进行小程序和h5通信失败?
使用了uniapp进行小程序开发内嵌h5线上页面 h5代码:[图片][图片] 点击按钮跳转消息发送页,发送消息后回退原页面来触发postMessage uniapp小程序代码:[图片][图片] 调试了好久就是接收不到消息,也不报错
02-23