wx.openDocument无法读取文件 ,提示文件或文件夹不在白名单中,麻烦帮忙解答?
我已经在开发者工具中勾选不检测域名选项,提示文件或文件夹不在白名单中,开发使用的基础库版本为2.11.1,已经尝试更换基础库版本,但是问题依旧未能得到解决。
wx.openDocument({
filePath: 'https://image.liangyikeji.net/test.pdf',
fileType: 'pdf',
success: function (res) {
console.log('打开文档成功')
}
})