收藏
回答

怎么配置访问指定的云环境的里的函数

框架类型 问题类型 终端类型 AppID 基础库版本
小程序 Bug 工具 wx95c86702251dcd66 2.2.5



wx.cloud.callFunction({
      env: 'shop001',
      name: 'getdata',
      data: {
        action: 'getOne',
      },
      success: res => {
        console.warn('[云函数] [openapi] getOne.send 调用成功:', res)
      },
      fail: err => {
        console.error('[云函数] [openapi] templateMessage.send 调用失败:', err)
      }
    })

云函数这样调用不到指定的环境里函数

VM48138:1 [云函数] [openapi] templateMessage.send 调用失败: Error: errCode: -404011 cloud function execution error | errMsg: cloud.callFunction:fail cloud function service error code -504002, error message Function not found: [getdata]; at cloud.callFunction api;


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

1 个回答

  • 邓坤力
    邓坤力
    2019-07-01

    config: {  env: 'xxx' }

    2019-07-01
    有用
    回复
登录 后发表内容