通过云函数查询集合报错?
发布于 6 年前 作者 xiuying53 3488 次浏览 来自 官方Issues

https://cloud.tencent.com/edu/learning/learn-1481-8477

按照视频教程,但是操作的时候输出

thirdScriptError

errCode: -401003 api parameter type error | errMsg: parameter should be object instead of undefined;; [Component] Event Handler Error @ pages/cloud/cloud#bound callFunction

页面:

云函数:

数据库:

开发版本:

谢谢

1 回复
wx.cloud.callFunction({
  name: ""
})
.then(console.log)
回到顶部