- wx.getStorageSync()无法取值?
几个页面之前缓存了两张图片数据,然后隔了几个页面想取偶发性的有用户反映无法取到值。这是为什么? if (flag === "IdFrontPic") { wx.setStorageSync('Content', base64) console.log("urlTobase64->Content已经设置"); } else { wx.setStorageSync('FileContent', base64) console.log("urlTobase64->FileContent已经设置"); } //.................. let content = wx.getStorageSync('Content') let fileContent = wx.getStorageSync('FileContent')
2022-09-16 - 如下人脸接口报错,这两天下午开始的,发生了啥?
https://api.weixin.qq.com/cityservice/face/identify/getinfo https://api.weixin.qq.com/cityservice/face/identify/getimage appid:wx8f8518348e4ba73b {"errcode":-1,"errmsg":"system error rid: 62f5e89d-5a6b308b-50fad7d6"} 并且这两天公众平台的人脸核身统计数据也发生了异常
2022-08-12 - 添加业务域名校验失败?
https://www.tcrcb.com.cn/8w4t41BpKs.txt 校验文件可以访问,但无法添加业务域名[图片]
2022-07-12