down(){
let task = tt.downloadFile({
url: “https://dyvideo.vikpay.com/sv/10b9ffe-17b86615e1e/10b9ffe-17b86615e1e.mp4”,
success: (res) => {
if (res.statusCode === 200) {
// 下载的图片存到本地的地址
console.log(“下载成功”, res.tempFilePath);
tt.saveVideoToPhotosAlbum({
filePath:res.tempFilePath,
success(res) {
console.log(“调用成功”, res);
tt.showToast({
title: saveVideoToPhotosAlbum 调用成功
,
});
},
fail(res) {
console.log(“调用失败”, res);
tt.showToast({
title: saveVideoToPhotosAlbum 调用失败
,
});
},
});
}
},
fail: (res) => {
console.log(“下载失败”, res.errMsg);
},
});
},
小程序下载保存线上视频
最新推荐文章于 2024-05-30 11:10:47 发布