云函数找不到
- 当前 Bug 的表现(可附上截图)
1.按照文档,新建云函数,本地安装 wx-server-sdk
npm install --save wx-server-sdk[@latest](/user/latest)
2.右键上传云函数
3.main函数调用
wx.cloud.callFunction({ name: 'add' , data: { a: 1, b: 2, } }).then(res =>{ console.log( 'sum is ' ,res.result.sum) }). catch (console.error) |
4.编译
报错,云函数管理工具里面测试是通过的,不知道问题出在哪里。
2 回复
看看环境 还不是对 小程序端不指定环境 默认的是第一个 环境 。
https://developers.weixin.qq.com/miniprogram/dev/wxcloud/reference-client-api/init.html