已安装node.js 8.9.0 并安装wx-server-sdk,已创建云函数并上传云平台,访问云函数时报错
WACloud.js:1 Uncaught (in promise) Error: errCode: -404011 cloud function execution error | errMsg: cloud.callFunction:fail cloud function service error code -501005, error message Environment not found; at cloud.callFunction api;
调用代码:
onLoad(){
wx.cloud.init({ env: 'text' })
wx.cloud.callFunction({
name:'add',
data:{
a:12,
b:19
}
}).then(console.log)
}
Function not found: [add]; at cloud.callFunction api ,已经一个星期没解决了,各种方式都试了,就是不行。都快绝望了。。。
你的解决了么,可以说一下么 node npm wx-server-sdk都安装过了,在云端测试了下成功,但是前端获取openid还是失败
你的解决了吗?我的问题和你一样
修改 一下权限就好了
什么权限?
兄弟 解决了没
VM2824:1 db get score catch error Error: errCode: -502005 database collection not exists | errMsg: Collection `score` is not exists 大家帮我看看这是啥问题
楼主解决了吗?在哪里更改环境id