收藏
回答

一直报createDownloadTask:fail inval url,但是我的url是正确的

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug wx.downloadFile 微信安卓客户端 1.05.2203070 2.23.0

https://developers.weixin.qq.com/miniprogram/dev/framework/ability/network.html

wx.downloadFile({

              url: url,//http://localhost:8080/...../xxx.pdf

              success: function (res) {

                const filePath = res.tempFilePath

                wx.openDocument({

                  filePath: filePath,

                  success: function (res) {

                    console.log('打开文档成功')

                  },

                  fail:function(err){

                    console.log(err)

                  }

                })

              },

              fail:function(err){

                console.log(err)


              }

            }


回答关注问题邀请回答
收藏

3 个回答

  • 任旭娇
    任旭娇
    2023-04-18

    你好 这个问题解决了吗

    2023-04-18
    有用
    回复
  • Cjz
    Cjz
    2022-12-26

    你看下你url是不是多了个空格或者符号之类的,地址能打开,但微信会说你有问题

    2022-12-26
    有用
    回复
  • Cjiang
    Cjiang
    2022-03-18

    你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

    2022-03-18
    有用
    回复
登录 后发表内容