举报投诉联系我们 手机版 热门标签 鳄鱼CMS
您的位置:鳄鱼CMS > 微信小程序 云开发 数据库 微信小程序云开发 API数据库·聚合

微信小程序 云开发 数据库 微信小程序云开发 API数据库·聚合

2023-04-16 12:31

微信小程序 云开发 数据库 微信小程序云开发 API数据库·聚合

微信小程序 云开发 数据库 微信小程序云开发 API数据库·聚合

微信小程序 云开发 数据库

databaseAggregate

本接口应在服务器端调用,详细说明参见服务端API。

数据库聚合

请求地址

POST https://api.weixin.qq.com/tcb/databaseaggregate?access_token=ACCESS_TOKEN

请求参数

属性类型默认值必填说明
access_tokenstring接口调用凭证
envstring云环境ID
Querystring数据库操作语句

返回值

Object

返回的 JSON 数据包

属性类型说明
errcodenumber错误码
errmsgstring错误信息
dataArray.<string>记录数组

errcode 的合法值

说明最低版本
0请求成功
-1系统错误
-1000系统错误
40014AccessToken 不合法
40097请求参数错误
40101缺少必填参数
41001缺少AccessToken
42001AccessToken过期
43002HTTP METHOD 错误
44002POST BODY 为空
47001POST BODY 格式错误
85088该APP未开通云开发
其他错误码云开发错误码

请求数据示例

{
  "env":"test2-4a89da",
  "query": "db.collection("test_collection").aggregate().match({tags:"cloud"}).limit(10).end()"
}

返回数据示例

{
    "errcode": 0,
    "errmsg": "ok",
    "data": [
    "{"_id":"f77e039f-f1cf-4aa8-bd59-16cbaa91e6ea","location":{"type":"Point","coordinates":[{"$numberDouble":"113.0"},{"$numberDouble":"23.0"}]},"done":false,"description":"learn cloud database","due":"2019-09-09","tags":["cloud","database"]}",
        "{"_id":"6bb88938-49ea-42b6-a6f5-ce408970cfc6","due":"2019-09-09","tags":["cloud","database"],"location":{"type":"Point","coordinates":[{"$numberDouble":"113.0"},{"$numberDouble":"23.0"}]},"done":false,"description":"学习 cloud database"}",
        "{"_id":"51f4f67e-a6a1-4c3e-a50f-827380b8da86","description":"学习 cloud database","due":"2019-09-09","tags":["cloud","database"],"location":{"coordinates":[{"$numberDouble":"113.0"},{"$numberDouble":"23.0"}],"type":"Point"},"done":false}",
        "{"_id":"ee1d69da-b7ec-4e7a-bc1f-2fae31da4ce0","tags":["cloud","database"],"location":{"type":"Point","coordinates":[{"$numberDouble":"113.0"},{"$numberDouble":"23.0"}]},"done":false,"description":"学习 cloud database","due":"2019-09-09"}"
    ]
}

数据库操作语句说明

数据库操作语句语法与数据库 API相同, 聚合操作参考聚合文档


阅读全文
以上是鳄鱼CMS为你收集整理的微信小程序 云开发 数据库 微信小程序云开发 API数据库·聚合全部内容。
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。
相关文章
© 2024 鳄鱼CMS eyucms.com 版权所有 联系我们