downloadFile:fail:url not in domain list
请求的地址方法为:
wx.downloadFile({
url: “https://tapp.yituwuyou.com/resume-0404a3bc63bd49a68dc3850d7e60018dH24-2017-05-25.pdf”,
success: function (res) {
var path = res.tempFilePath;
}
})
下面为小程序配置信息
在 调试工具请求, 能够调用本地pdf程序 打开pdf
但是体验版 直接报 downloadFile:fail:url not in domain list
求解答@林超