context1.draw(true, function(){ console.log("draw") wx.canvasToTempFilePath({ canvasId: 'handWriting1', success:function(res) { console.log(res.tempFilePath) //得到了图片下面自己写上传吧 that.setData({ src: res.tempFilePath }) }, fail:function(res) { console.log('fail!'+res.errMsg) }, complete:function(res) { console.log('complete!'+res.errMsg) } }) } )
android 调用 canvasToTempFilePath 方法无反应?android 下调用 canvasToTempFilePath 方法无反应,complete,success,fail 回调均没有被调用 微信版本8.0.22,小米12pro 还有好几种机型都没反应,电脑开发环境可以
2022-05-01101000invalid image url图片URL错误或拉取URL图像错误,图片正常查看啊
ocr.idcard,身份证识别invalid image url hint?身份证识别,图片url在浏览器中能查看,已经付费1000次每年识别次数,接口调用错误 var encodeurl = encodeURI(_this.data.frontimg); getcardurl = 'https://api.weixin.qq.com/cv/ocr/idcard?type=photo&img_url='+encodeurl+'&access_token=' + res.data.access_token; invalid image url hint,什么问题,在线等
2022-04-30