- 当前 Bug 的表现(可附上截图)
- 预期表现
- 复现路径
- 提供一个最简复现 Demo
Error: errCode: -404011 cloud function execution error | errMsg: cloud.callFunction:fail requestID 87882a65-5ae1-11e9-82c9-525400e8849e, cloud function service error code -504002, error message wx is not defined; at cloud.callFunction api;
at new e (WAService.js:1)
at u (WAService.js:1)
at Object.t.returnAsFinalCloudSDKError (WAService.js:1)
at Function.success (WAService.js:1)
at WAService.js:1
at T (WAService.js:1)
at Le.<anonymous> (WAService.js:1)
at Le.emit (WAService.js:1)
at Ga (WAService.js:1)
at WAService.js:1
像是把小程序端的API写到了服务端的API里了。
不是在云函数中写的,是我的页面要调用云函数,
是你的batchUpdate 云函数报错了:wx is not defined,检查一下batchUpdate这个云函数吧
云函数也没有发现哪里错误,不知道是不是那个package-lock.json的原因,不知道什么原因这个文件怎么也不生成了,我所有插件都安装了的。
哎,都跟你说的这么清楚了。。。。。
多谢,就是这里的错误,把那个wx.去掉就可以了。
提示很清楚了,wx is not defined,云函数里不能使用wx相关API