收藏
回答

求解答,wx.downloadFile下载文档链接后,临时文件后缀名变json?

wx.downloadFile下载文档链接后,临时文件后缀名变json?

预下载文档链接:https://tt.wo.cn/codeshop-web-zsc/api/common/oss/getBiFile?fileId=2020/08/04/7agkdiv2qaijrp6g45qe9l4sih.docx
文档路径:http://tmp/wxd09bd3b7e8615d34.o6zAJs1nxb9ingS3FdkyhKJfJIrw.Yhjzb0wXa7SPae30557a5d8d32ebfe0d43cf6783f695.json

console.log('预下载文档链接:' + file);
      wx.downloadFile({
        url: file,
        successfunction (res{
          const filePath = res.tempFilePath
          console.log('文档路径:' + filePath);
          wx.openDocument({
            filePath: filePath,
            showMenutrue,
            fileType: fileType,
            successfunction (rs{
              console.log('打开文档成功')
            },
            failfunction (r{
              console.log('打开文档失败')
              console.log(r)
            }, complete() => {
              wx.hideLoading();
            }
          })
        },
        failfunction () {
          wx.showToast({
            title'文件下载失败',
            icon'none'
          })
        }, complete() => {
          // wx.hideLoading();
        }
      })
回答关注问题邀请回答
收藏

1 个回答

  • Mr.Zhao
    Mr.Zhao
    2020-08-05

    2020-08-05
    有用
    回复 1
    • Mr.Dolphin
      Mr.Dolphin
      2020-08-06
      可能是这个校验导致的 ,谢谢
      2020-08-06
      回复
登录 后发表内容
问题标签