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"
你用的这个cdn,部分节点证书无效,导致如果刚好请求到这个节点时,请求就失败了,具体可看第三方工具检测的结果https://myssl.com/cdn.duyumy.com
download合法域名配置了没,小程序不支持http,然后看你有没有端口限制
down域名配置了,后端不知道证书哪里的问题,前端部分改成http又通过不了down域名规则,没辙了
哈哈,他用的cdn不靠谱,我试了只有部分节点证书正常,部分节点证书无效导致访问失败的。