下载cdn图片失败
- 需求的场景描述(希望解决的问题) game.js里面的代码很简单 下载失败这个域名已经添加进入合法域名,而且不校验合法域名加载也是失败 前2周我也是同样的方法,下载就是成功的 请问是不是cdn服务器还需要额外设置什么,还是微信api有所改动 wx.downloadFile({ url: 'https://testcdn.snyngame.com/test_food/res/r/bg.png', header: {}, success: function(res) { console.log('down file ko') console.log(res) }, fail: function(res) { console.log('down file fail') console.log(res) }, complete: function(res) {}, }) - 希望提供的能力