Gitee上的文件大小有30K,下载到本地缓存后,只有2K大小
onclick(){
const targetPath = wx.env.USER_DATA_PATH;
console.log("targetPath=" + targetPath);
wx.downloadFile({
url: "https://gitee.com/timetech/ISUN/raw/master/ZL-S748_ISUN-STK_APP_V1.12.0.bin",
success: (result) => {
console.log(result)
},
fail: (res) => {
console.log("fail="+result)
}
})
}
返回回来的数据,显示只有1.2K大小,接口走的又是成功的回调,不知道问题原因出在哪里?
你看你下载的并不是bin文件,你看响应值就看出来了