收藏
回答

wx.cloud.CDN is not a function?

    wx.cloud.callFunction({
      name: 'test',
      data: {
        test: wx.cloud.CDN({
          type'filePath',
          filePath: wx.base64ToArrayBuffer(res.data),
        })
      },
      success: res => {
      },
      fail: err => {
      },
      complete: res => {
        console.log(res)
      }
    })

Uncaught (in promise) TypeError: wx.cloud.CDN is not a function

怎么解决?

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

1 个回答

  • 苏军
    苏军
    2020-11-27

    可能是调试的SDK版本版本太低,小程序端2.12.0以后才支持

    2020-11-27
    有用 1
    回复 1
    • ._.
      ._.
      2020-11-27
      还真是
      2020-11-27
      回复
登录 后发表内容
问题标签