通过HTTP API调用云端数据库,聚合功能报错?
查询语句:db.collection(‘commodity’).aggregate().match({“key”:22}).end()
报错信息:{“errcode”:-605101,“errmsg”:“RuntimeError: cannot get property ‘aggregate’ (at line 1, col 27) hint: [fcN8ra05642028]”}
请问下是通过HTTP API调用,不支持聚合功能吗
3 回复
已经支持上了,工具可下载/更新最新 nightly 版在控制台高级操作使用:https://developers.weixin.qq.com/miniprogram/dev/devtools/nightly.html
HTTP API 文档:https://developers.weixin.qq.com/miniprogram/dev/wxcloud/reference-http-api/database/databaseAggregate.html