- wx.compressImage压缩后的地址后缀是undefinwd?很急
代码片段:https://developers.weixin.qq.com/s/yYQae3mT7ngc 可以显示图片,但是打印的时候返回的参数却是undefined,求解答, [图片]
2020-03-23 - 调用最新OCR接口出现的重大问题,求解决?
changeImg() { // let self = this wx.chooseImage({ count:1, success: function (res) { console.log(res); // self.setData({ // hasUpload: true, // uploadFile: res.tempFilePaths[0], // 'list.EmployeePhoto': res.tempFilePaths[0] // }) var d = Date.now() wx.serviceMarket.invokeService({ service: 'wx79ac3de8be320b71', // 'wx_mp_appid', api: 'OcrAllInOne', data: { img_url: res.tempFilePaths[0], data_type: 3, ocr_type: 1, }, }).then(res => { console.log(res) console.log('invokeService success', res) wx.showModal({ title: 'cost', content: (Date.now() - d) + '', }) }).catch(err => { console.error('invokeService fail', err) wx.showModal({ title: 'fail', content: err + '', }) }) }, fail: function (err) { console.error(err) }, }) }, [图片] 上传身份证图片出现这个报错,我是按照官方文档给的例子写的,而且我也购买了这个接口,这是啥原因
2020-03-18 - 微信公众号网页授权域名问题?,很严重!
设置回调域名的时候总是提示存在安全风险,叫我申述,我的域名是在花生壳上面申请的内网穿透域名,只是去做开发测试用的,不可能会专门备案的,所谓为什么会提示这个风险,然后今天也申述了,感觉没戏,我今天才刚刚申请的内网穿透域名,求答复!!![图片]
2019-12-12 - demo乱码
wechatide://minicode/rhFjFnmX6lYu 只有js是好的其他都是乱码 [图片] wechatide://minicode/UUUiDnms6TYX 全部乱码[图片] [图片] [图片] 后面demo应该还有很多,我还没学到后面,可能也学不到后面了,乱码一大堆。。。
2018-05-22