wx.getImageInfo调用时为什么资源报错? 网页可以访问,安卓端也可以访问,就是苹果不行
wx.getImageInfo({ src: 'https://cdn.duyumy.com/accessory/7ef0dd5098d1a8824a0bcc568bbda98f89c32e06.jpg', success (res) { console.log(res.width) console.log(res.height) },fail(e){ console.log(e) } }) errMsg: "getImageInfo:fail download image fail. reason: downloadFile:fail Error: unable to verify the first certificate"